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