This seems like a simple question, but I could not find the answer. I am basically trying to do this:
SELECT * FROM table1 IF(columnA > 0) BEGIN columnB = 'Greater than 0' END
I donβt want the value to change in the table, I just want it to change as a result. Any suggestions?
source share