Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

null or not null, that is my quesiton

Status
Not open for further replies.

JPD3

Programmer
Feb 12, 2002
13
0
0
US
How can I:
select * from table where column = null

and I also need to:

seelct * from table where column not null
 
select * from table where column is null

seelct * from table where column is not null

I tried to remain child-like, all I acheived was childish.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top