Query Run
USE commonswiki_p; SELECT cl_to AS cat_parent, page_title AS cat_child ... 5 years ago
USE commonswiki_p; SELECT cl_to AS cat_parent, page_title AS cat_child FROM... 5 years ago
USE commonswiki_p; SELECT IF(page_namespace = 14, 'category', 'article') as... 5 years ago
use enwiki_p; SELECT IF(page_namespace = 14, 'category', 'article') as... 5 years ago