Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/1-2.sql Secret

Created December 1, 2018 18:48
Embed
What would you like to do?
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