View Single Post

   
  #1 (permalink)  
Old 03-07-2008, 02:29 PM
M. K.
 
Posts: n/a
Default 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"
Reply With Quote