Перепишите SQL запрос с помощью isnull и coalesce
rewrite below incorrect statement in two ways using isnull and coalesce select * from Test_Table where Test_ID=null
Что я уже пробовал:
rewrite below incorrect statement in two ways using isnull and coalesce select * from Test_Table where Test_ID=null