SQL
AخA
select cast(substr(log_timestamp, 1, 8 ) as date) 'date', count(*) from logging_logindex where log_type = 'newusers' and log_timestamp > '20230110000000' and log_timestamp < '20230130000000' and log_action = 'create' group by 1 limit 400;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.