I try to execute next code to replace all empty strings to NULL, where column type is TEXT. But this code seems to do nothing.
UPDATE mytable SET textField = NULL WHERE DATALENGTH(textField)=0
What is right way here to null this column?
UPD. OK, this is really work. It was just weird data showing of Embarcadero DBArtasian
table? You should put square brackets around it like so:[table]UPDATEtoo then. Any triggers on the table?