Y
Young
How do I set a field to a null value in the UPDATE statement?
Eg. To update a text
UPDATE [CLIENT] SET [Name] = 'X'
But if I want to set it to null, what is the syntax?
TIA
JK
Eg. To update a text
UPDATE [CLIENT] SET [Name] = 'X'
But if I want to set it to null, what is the syntax?
TIA
JK