Postgresql – is there a way to use lubridates:floor_date() in a postgres backend with non-standart units like '2 month'? or good alternatives?
is there a way to use lubridates:floor_date() in a postgres backend with non-standart units like '2 month'? or good alternatives?? I have a lazy tbl with a date column and want to group this column by x months. Like so..…