How to check for null in case statement in SQL Server 2008
CASE WHEN column IS NULL THEN 1 ELSE 0 END
Sometime you need case isnull(column, 99) when 99 then "null" when 1 then ....
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With