The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
Please vote in the Forum Structure Poll. Polling will close at 2PM EST on January 21, 2025.
DB2 SQL updates
Deebaseron my way to work in a suit and a tieAhhhh...come on fucking guyRegistered Userregular
Posts
UPDATE SESSION.deestable SET Rating_Rank = 1 WHERE score_text = 'AWESOME';
Any reason you're using an alias there?
I tried your code, but Im still getting the same context error.
UPDATE SESSION.deestable SET Rating_Rank = 1 WHERE "score_txt" = 'AWESOME';
I'm a dumb.
"score_txt" on this database is actually "score_symbol_cd"
Thanks all the same