UPDATE deltadb.transactions_temp
SET ticker =(CASE CEIL(RAND()*2)
WHEN 1 THEN '3CN:SP'
WHEN 2 THEN 'AGV:SP'
END);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter