Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/1-1.sql Secret

Created December 1, 2018 18:48
Embed
What would you like to do?
INSERT INTO person(
email,
name
) VALUES(
'fco@aco.com',
'Fernando'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment