SyntaxFix
Write A Post
Hire A Developer
Questions
You can try this.....
DECLARE @value Varchar(100)=NULL IF(@value = '' OR @value IS NULL) BEGIN select 1 END ELSE BEGIN select 0 END