Query | Run |
---|---|
select * from actor where actor_name = 'Unknown user'; | 1 year ago |
select * from actor, revision where actor_name = 'Unknown user' and... | 1 year ago |
select * from actor where actor_name = 'Unknown user'; | 1 year ago |
select * from actor where actor_user is null limit 10; | 1 year ago |
select * from actor limit 10; | 1 year ago |