gitvipin/sql30

Allow RANGE based queries.

gitvipin opened this issue · 1 comments

Allow queries based on RANGEs like below.
select * from traffic WHERE timestamp BETWEEN '1607125300' AND '1607125360';