Harish Bohara
03/14/2023, 7:14 AM"select * from table_1 where time > now() - 1 day" OR select * from table_1 where time > now() - 86400
Jayesh Asrani
03/14/2023, 7:24 AMSELECT *
FROM tableName
WHERE tsInMillis > now() - 86400000
Jayesh Asrani
03/14/2023, 7:25 AM