This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT x3.`category_child_id`, cat.category_name | |
FROM jos_pl_vm_category cat | |
LEFT JOIN `jos_pl_vm_category_xref` x3 ON x3.`category_child_id` = cat.category_id | |
LEFT JOIN `jos_pl_vm_category_xref` x2 ON x3.`category_parent_id` = x2.`category_child_id` | |
WHERE x2.`category_parent_id` = 3019 #HP |
NewerOlder