Query Run
SELECT * FROM category WHERE cat_title LIKE "People" ORDER BY cat_pages DESC 4 years ago
SELECT * FROM category WHERE cat_title LIKE "Dead_people" ORDER BY cat_pages DESC 4 years ago
SELECT * FROM category WHERE cat_title LIKE "%_people" ORDER BY cat_pages DESC 4 years ago
SELECT * FROM category WHERE cat_title LIKE "Living_people" OR... 4 years ago
SELECT * FROM category WHERE cat_title == "Living_people" OR cat_title ==... 4 years ago
SELECT * FROM category WHERE cat_title LIKE "Living_people" OR... 4 years ago
SELECT * FROM category WHERE cat_title LIKE "%_people" ORDER BY cat_pages... 4 years ago
SELECT * FROM category WHERE cat_title LIKE "%_people" ORDER BY cat_pages LIMIT 20 4 years ago
SELECT * from category where cat_title LIKE "%_people" limit 20 ORDER cat_pages 4 years ago
SELECT * from category where cat_title LIKE "%_people" limit 20 ORDER BY cat_pages 4 years ago
SELECT * from category where cat_title LIKE "%_people" limit 20 4 years ago
SELECT * from category where cat_title="Living_people" limit 20 4 years ago
SELECT * from category limit 20 4 years ago
SELECT * from page limit 20 4 years ago