All -
I'm trying to update a string column with the following:
UPDATE table
SET column = ((Data = 'This'))
WHERE condition = That;
I know that I have to place something on the outside of the ((Data = 'This')) in order to have Oracle read it properly. I'm updating a string column, and every variation I try ends with an error.
This is an easy one, I know, but my mind is failing me at the moment. HELP.
Thanks,
Tim
I'm trying to update a string column with the following:
UPDATE table
SET column = ((Data = 'This'))
WHERE condition = That;
I know that I have to place something on the outside of the ((Data = 'This')) in order to have Oracle read it properly. I'm updating a string column, and every variation I try ends with an error.
This is an easy one, I know, but my mind is failing me at the moment. HELP.
Thanks,
Tim