Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Stanglavine
.
Toggle Highlighting
SQL
DECLARE @username as VARCHAR(50); SET @username = "Stanglavine"; DECLARE @timestamp AS INT(50); SET @timestamp = 20211027000000; DECLARE @actor_id AS INT(10); SET @actor_id = (SELECT actor_id from actor, user WHERE user.user_name = @username AND user.user_id = actor.actor_user;); SELECT rev_id, page_restrictions FROM page, revision WHERE revision.rev_timestamp > @timestamp AND revision.rev_actor = @actor_id AND page.page_id = revision.rev_page ORDER BY page_restrictions ASC;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...