Query Run
select * from archive limit 30 5 years ago
select * from page_props limit 30 5 years ago
select * from page limit 30 5 years ago
select * from category where cat_title like '%people%'; 5 years ago
select * from category where cat_title like '%person'; 5 years ago
select * from category where cat_title like '%person%'; 5 years ago
select * from category where cat_title = 'person'; 5 years ago
select * from category where cat_title like '%importan%' and (cat_title... 5 years ago
select * from category where cat_title like '%importan%', and cat_title like... 5 years ago
select * from category where cat_title like '%importan%' and cat_title like... 5 years ago
select * from category where cat_title like '%importan%'; 5 years ago
select * from category where cat_title like '%people%'; 5 years ago
select * from category where cat_title like '%people%' and cat_title like... 5 years ago
select * from category where cat_title like '%people%' limit 15; 5 years ago
select * from category limit 15; 5 years ago
select * from page where page_id <=10; 5 years ago
select * from page where id <=10; 5 years ago
select * from pages where id <=10; 5 years ago
select top 10 from pages 5 years ago