Skip to content

Instantly share code, notes, and snippets.

@swlkr
Created November 4, 2017 17:07
Show Gist options
  • Save swlkr/88605b3909b8531568f3ee3a18741d14 to your computer and use it in GitHub Desktop.
Save swlkr/88605b3909b8531568f3ee3a18741d14 to your computer and use it in GitHub Desktop.
-- 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