Created
September 8, 2017 01:30
-
-
Save nrogap/a900fdfdec9bd6fc290c48f2a7ff0d44 to your computer and use it in GitHub Desktop.
Basic MySQL Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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