This query is marked as a draft This query has been published by RoySmith.

SQL

x
 
select count(*), log_type from logging
where
log_type in ("move", "patrol")
and log_timestamp >= 20240720000000
and log_timestamp < 20240721000000
group by log_type
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.

Checking query status...