Query Run
select * from actor where actor_name = 'Unknown user'; 8 months ago
select * from actor, revision where actor_name = 'Unknown user' and... 8 months ago
select * from actor where actor_name = 'Unknown user'; 8 months ago
select * from actor where actor_user is null limit 10; 8 months ago
select * from actor limit 10; 8 months ago