Skip to content

Instantly share code, notes, and snippets.

@nrogap
Created September 8, 2017 01:30
Show Gist options
  • Save nrogap/a900fdfdec9bd6fc290c48f2a7ff0d44 to your computer and use it in GitHub Desktop.
Save nrogap/a900fdfdec9bd6fc290c48f2a7ff0d44 to your computer and use it in GitHub Desktop.
Basic MySQL Query
SELECT * FROM person
WHERE name = 'Pagorn'
AND sname = 'Petchara'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment