Unix Timestamp conditions
Hello everyone, Im trying to build a select statement rn but u dont get it done and could need some help.
I have a database (turso sqlite) where i store timestamps in the unix epoch format (like: 1702132073000). Now i want to select all rows where the timestamp is TODAY so only compare the date and ignore the time. how can i do this? Thanks everyone!
2 Replies