How to do - MS SQL C# Excel Access
Monday, 30 October 2017
MSSQL - Check against null
Watch this example on YouTube
Declare @NullValue int = 3
IF @NullValue is Null
Begin
print 'NULL'
End
Else
Begin
print 'NOT NULL'
End
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment