Skip to content

Instantly share code, notes, and snippets.

@williamd1k0
Created September 21, 2022 04:43
Show Gist options
  • Save williamd1k0/a638bf3b714d213627ebac8f2b6da53a to your computer and use it in GitHub Desktop.
Save williamd1k0/a638bf3b714d213627ebac8f2b6da53a to your computer and use it in GitHub Desktop.
select row_number() over () sid, start, end as stop, 0 as rating, note as comment
from diary
where act_id == 9 and _deleted == 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment