Query | Run |
---|---|
select * from actor where actor_name like 'RoySm%'; | 4 years ago |
select * from actor where actor_name like 'RoyS%'; | 4 years ago |
select * from actor where actor_name = 'RoySmith'; | 4 years ago |
Query | Run |
---|---|
select * from actor where actor_name like 'RoySm%'; | 4 years ago |
select * from actor where actor_name like 'RoyS%'; | 4 years ago |
select * from actor where actor_name = 'RoySmith'; | 4 years ago |