Thread
:
group_cat question
View Single Post
#
1
(
permalink
)
03-07-2008, 02:29 PM
M. K.
Posts: n/a
group_cat question
say i got a table like this :
cat_id, name,parent. with rows
1,"Shops",0
2,"Fashion",1
is there a way to create a query that would produce me the following
result? 2,"Shops / Fashion"
M. K.