Query Run
select cat_pages from category where cat_title like "%psycholog%"; 2 years ago
describe page; 2 years ago
select cat_pages from category where cat_title like "%psycholog%"; 2 years ago
describe category; 2 years ago
show tables; 2 years ago
select * from categorylinks where cl_to like "%psychologue%" limit 100; 2 years ago
select * from categorylinks where cl_to like "%psy%" limit 100; 2 years ago
select * from categorylinks where cl_to like "%psy%" limit 10; 2 years ago
select * from categorylinks where cl_to like "psy" limit 10; 2 years ago
select * from categorylinks limit 10; 2 years ago
show * from categorylinks limit 10; 2 years ago
show category; 2 years ago
show tables; 2 years ago
show tables; 2 years ago