How to use NULL or empty string in SQL October 21, 2022 by Tarik Select * From Table Where (col is null or col="") Or Select * From Table Where IsNull(col, '') = ''