我有一个名为 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