Hello to the forum,
MySQL version 4.0.23-standard
I am trying to UPDATE a column in my database WHERE a column = 'value and other column = null with a value.
UPDATE table
WHERE column_a = 'value'
AND
column_b = NULL
create a value in column_b
Any help with the query is appreciated.
TIA,
-George