Created
November 4, 2017 17:07
-
-
Save swlkr/88605b3909b8531568f3ee3a18741d14 to your computer and use it in GitHub Desktop.
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
-- name: fetch | |
-- fn: first | |
select * | |
from items | |
where id = :id | |
-- name: all | |
select * | |
from items | |
order by created_at desc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment