Notepad on-line
This looks interesting:
SELECT @OptionID = nullif(@OptionID, -1)
And this:
SELECT @OptionID = ISNULL(@OptionID, -1)
Post a Comment
No comments:
Post a Comment