Created
October 15, 2018 04:49
-
-
Save ColonelBuendia/18fbddde6f110573a414d297f5cd8cd4 to your computer and use it in GitHub Desktop.
[Select] SQL Select
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 Table | |
WHERE Col = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment