Does date_trunc on current_date automatically pick date of current year in postgres?

前端 未结 0 1349
自闭症患者
自闭症患者 2021-01-18 11:41
SELECT *
FROM public.business_calendar;

This query gives me all data including year 2020 and 2021.

SELECT *
FROM public.business_cale         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题