Skip to content

Instantly share code, notes, and snippets.

@freyandhy
Created February 7, 2021 11:47
Show Gist options
  • Save freyandhy/6a0be2b6f654a114439a63ef20bd66f3 to your computer and use it in GitHub Desktop.
Save freyandhy/6a0be2b6f654a114439a63ef20bd66f3 to your computer and use it in GitHub Desktop.
Ini contoh sql
-- 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