◀ Back to Playground HomeFinds rows that have a timestamp value greater than one day agoSELECT string_field, timestamp_field FROM users WHERE timestamp_field > (CAST(now() - 86400000 AS long))