Tech Forum
Welcome to Venkat Pakkangal Tech forum
Home
Home
Job
*********
REFRESH YOUR TECHNICAL KNOWLEDGE
**********
Tuesday, July 10, 2012
How to Use NULL in SQL server Query ?
Dear Friends, If a column has the value NULL , if you want to use Null in your query , then use the word IS instead of =.
Let us explain how to use in query
Select * from table1 where month
=
Jan
Select * from table1 where month
IS
NULL
1 comment:
UDAY SAHA
July 26, 2012 at 8:16 PM
GOOD COMMAND ...I WILL TRY IT
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
GOOD COMMAND ...I WILL TRY IT
ReplyDelete