To handle NULL value in the sqlserver 2005
By using ISNull function you can handle null value
SELECT @BeginDate = ISNull(@BeginDate, '1900-01-01')
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment