Created
February 7, 2021 11:47
-
-
Save freyandhy/6a0be2b6f654a114439a63ef20bd66f3 to your computer and use it in GitHub Desktop.
Ini contoh sql
This file contains 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
-- Ini query untuk bla bla bla | |
SELECT * FROM articles; | |
-- Ini query untuk bla bla bla | |
SELECT * FROM articles ORDER BY id ASC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment