So, how I'm gonna do that on postgresql, well it is easy, just using generate series function on postgresql. select date_part('month', a.start_at) as month, ...
確定! 回上一頁