between operator
Hello i have a table where i have 2 columns where i save timestamps (epoch time) as integer.
when i try to query it with the between operator i get no response.
.where(between(1697013797353, table.startDate, table.endDate))
the number gets red underlined. Also when i use sql
CURRENT_TIME
and so on it doesnt work either.
Any idea anyone? Thanks!2 Replies