Or use date_trunc:
select * from sometable where timestampfield >= date_trunc('day',now());-- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
Or use date_trunc:
select * from sometable where timestampfield >= date_trunc('day',now());-- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general