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

SQL

AخA
 
SELECT 
ptrl_page_id,
 ptrl_user_id,
 user_name,
 ptrl_reviewed,
  ptrl_timestamp
FROM pagetriage_log
INNER JOIN user ON pagetriage_log.ptrl_user_id = user.user_id
WHERE ptrl_timestamp > '20210501000000'
LIMIT 10
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...