We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9457ac8 commit 63128a3Copy full SHA for 63128a3
coderd/database/queries/insights.sql
@@ -890,5 +890,5 @@ SELECT
890
) AS count
891
FROM ranked_status_change_per_user_per_date rscpupd
892
CROSS JOIN statuses
893
-GROUP BY date, statuses.new_status;
+GROUP BY rscpupd.date, statuses.new_status;
894
0 commit comments