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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)