R
Ryan Langton
How do I set a field = NULL in an SQL statement? This field is an optional
Foreign Key (allows Nulls), but when I try to "SET UserID = NULL" I get an
error, invalid use of NULL. When I try "SET UserID = ''( - single quotes
with no characters - ) I get a foreign key constraint error (because no
value of 'blank' exists in the other table).
Thanks,
Ryan
Foreign Key (allows Nulls), but when I try to "SET UserID = NULL" I get an
error, invalid use of NULL. When I try "SET UserID = ''( - single quotes
with no characters - ) I get a foreign key constraint error (because no
value of 'blank' exists in the other table).
Thanks,
Ryan