Answers for "postgres query time with any day"

SQL
1

ilike for date postgres

column::text LIKE '2011-01-%'
Posted by: Guest on June-08-2020
0

select current_timestamp - interval '3 days';

SELECT current_timestamp - interval "3 days";
-- 2020-06-24 08:25:31.759993 America/Los_Angeles
Posted by: Guest on October-22-2020

Code answers related to "postgres query time with any day"

Code answers related to "SQL"

Browse Popular Code Answers by Language