hi guys,
I would like to execute a query like the one below:
select a, b, c from test where (a = null);
But it doesn't work.......
Does anyone has any idea? Thanks....
Printable View
hi guys,
I would like to execute a query like the one below:
select a, b, c from test where (a = null);
But it doesn't work.......
Does anyone has any idea? Thanks....
WHERE A IS NULL
- Chris