Created
September 21, 2022 04:43
-
-
Save williamd1k0/a638bf3b714d213627ebac8f2b6da53a to your computer and use it in GitHub Desktop.
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
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