Answers for "how to check column is empty in sql"

1

how to check a db specific rows col is empty

SELECT * FROM table WHERE some_col IS NULL OR some_col = '';
Posted by: Guest on August-29-2020

Code answers related to "how to check column is empty in sql"

Browse Popular Code Answers by Language