Subject | Re: [firebird-support] Query : Numeric NULL value in where clause - usage? |
---|---|
Author | Helen Borrie |
Post date | 2004-09-23T14:31:43Z |
At 06:57 AM 23/09/2004 -0700, you wrote:
NULL IS A STATE, NOT A VALUE.
select * from A3
where DATA IN(2,1)
OR DATA IS NULL;
./heLen
>Please do help me , how to handle numeric NULL valueSometimes you will learn from reading others' threads!!
>in where clause.
NULL IS A STATE, NOT A VALUE.
select * from A3
where DATA IN(2,1)
OR DATA IS NULL;
./heLen