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