how to check " is not null condition" in a field of single select query
Database
5
Posts
3
Posters
0
Views
1
Watching
-
Thanks for your reply. but i didn't mention like this. There is any possibilities to check the field as not null that which is to be selected using select query (not in where condition)
-
Thanks for your reply. but i didn't mention like this. There is any possibilities to check the field as not null that which is to be selected using select query (not in where condition)
select isnull(column,'N/A') from tablename where column='condition'
Hope this will help you.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com