Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/2-1.sql Secret

Created December 1, 2018 18:51
Embed
What would you like to do?
INSERT INTO wishlist(
name,
link,
wisher_id
) VALUES(
'Comma',
'https://commaide.com',
1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment