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

SQL

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