Skip to content

Instantly share code, notes, and snippets.

Created August 14, 2017 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/661e78f84f7dde1e5a98a79e05f5e86d to your computer and use it in GitHub Desktop.
Save anonymous/661e78f84f7dde1e5a98a79e05f5e86d to your computer and use it in GitHub Desktop.
SELECT email FROM(
VALUES (‘demo@gmail.com’),
(‘demo@gmail.com’),
(‘demo@gmail.com’)
) tbl (email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment