Now I have a group array
i.e
Group1-> 1,3,4
Group2->1,4
…
Now as group is an array not a table , I cannot join to find out subcatagory id&name. Of course I can run select with where clause to find subcatagory.
But , I was wondering is there a better way to show catname&subcatname
by group ?