Using: System 11
A co-worker is trying to get her PERL script to UPDATE a record so a smalldatetime column is set to NULL, but not having any luck. Apparently a statement like
UPDATE table
SET smalldatetimeColumn = NULL
WHERE ...
doesn't work though it works fine in SQL Advantage. Is there any way to get the above statement to work in PERL? Is there some Sybase function to set a value to NULL?
A co-worker is trying to get her PERL script to UPDATE a record so a smalldatetime column is set to NULL, but not having any luck. Apparently a statement like
UPDATE table
SET smalldatetimeColumn = NULL
WHERE ...
doesn't work though it works fine in SQL Advantage. Is there any way to get the above statement to work in PERL? Is there some Sybase function to set a value to NULL?