Page 1 of 1

Null Integers

Posted: Tue May 22, 2001 1:21 pm
by bignose
I'm trying to insert a NULL value into a column that is
expecting an integer, i've tried

INSERT INTO mytable (intvalue) VALUES (NULL)
as well as
INSERT INTO mytable (intvalue) VALUES ('NULL')

both of which resulted in a 0 being inserted.

with other DMBS's I've used this is ok..

-- Jeff

Null Integers

Posted: Tue May 22, 2001 1:54 pm
by John
Texis does not currently support NULL values, and so you will get a 0 instead.