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

SQL

AخA
 
SELECT log_id, log_type, log_action, count(*), min(log_timestamp), max(log_timestamp)
    FROM logging_userindex as l
    WHERE 
      log_actor in (534, 2270)
      AND log_timestamp >= 20240320170012
group BY log_id, log_type, log_action
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...