Back to Playground Home

Finds the rows with a timestamp greater than a specified date

select sum(int_field)
from users 
where timestamp_field > FromDateTime('2001-01-01', 'YYYY-MM-dd')