create a date list in postgresql

Solutions on MaxInterview for create a date list in postgresql by the best coders in the world

showing results for - "create a date list in postgresql"
Diana
20 Aug 2017
1select i::date from generate_series('2012-06-29', 
2  '2012-07-03', '1 day'::interval) i
similar questions
queries leading to this page
create a date list in postgresql