Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created August 12, 2013 19:13
Show Gist options
  • Select an option

  • Save elhoyos/6214093 to your computer and use it in GitHub Desktop.

Select an option

Save elhoyos/6214093 to your computer and use it in GitHub Desktop.
How to check a column is empty or NULL
SELECT * FROM table
WHERE column > ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment