mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
7 lines
141 B
SQL
7 lines
141 B
SQL
select
|
|
"CalendarEventDate"."startTime"
|
|
from
|
|
"CalendarEventDate"
|
|
where
|
|
"CalendarEventDate"."startTime" between @startTime
|
|
and @endTime |