Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/1-2.sql Secret

Created December 1, 2018 18:48
Show Gist options
  • Save FCO/4155faeeb88ed902a455d315dc3da570 to your computer and use it in GitHub Desktop.
Save FCO/4155faeeb88ed902a455d315dc3da570 to your computer and use it in GitHub Desktop.
SELECT
person.name
FROM
person
WHERE
email IS NOT NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment