Skip to content

Instantly share code, notes, and snippets.

@lyonsun
Created June 5, 2014 01:19
Show Gist options
  • Save lyonsun/da67cd781fb76e5c49a2 to your computer and use it in GitHub Desktop.
Save lyonsun/da67cd781fb76e5c49a2 to your computer and use it in GitHub Desktop.
ms access sql, check null value in select statement
SELECT IIF(ISNULL(column),0,column) FROM table;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment