Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/3.sql Secret

Created December 2, 2018 03:29
Embed
What would you like to do?
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