从表中获取类别的所有子类别

时间:2017-05-23 11:58:32

标签: php mysql

我有一个名为 prod_categories 的类别的mysql表,它有以下字段

categoryid, catparentid, catname

根类别的parentid为0.我们的网站有以下类别。

Computers and mobiles
    Laptops
         Linovo
         HP
    Desktop
        Alienware
    Mobiles
        Samsung
        Sony Erricson
        Motorolla
Fashion
    ...

目前我们在循环中使用以下查询来获取结果,但我正在寻找能够获得所有子类别结果或更好的查询/循环的单个连接查询。

SELECT categoryid FROM [|PREFIX|]prod_categories WHERE catparentid= $catId

0 个答案:

没有答案