Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/3.sql Secret

Created December 2, 2018 03: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 FCO/41b4265eb44ad15302d9990721ad8217 to your computer and use it in GitHub Desktop.
Save FCO/41b4265eb44ad15302d9990721ad8217 to your computer and use it in GitHub Desktop.
SELECT
person.email , person.id , person.name , person.pair_id as "pair-id"
FROM
person
ORDER BY
random()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment