mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
7 lines
175 B
SQL
7 lines
175 B
SQL
SELECT
|
|
COUNT ( "application_chat_user_stats"."id" ) AS "customer_added_count",
|
|
create_time :: DATE as "day"
|
|
FROM
|
|
"application_chat_user_stats"
|
|
${default_sql}
|
|
GROUP BY "day" |