If you have multiple years, you should take the year into account as well. One way is: SELECT date_part('year', author_date::date) as year, ...
確定! 回上一頁