hi,
I have a table with columns as follows -
id - cat - subcat
I want to write a select statement that will group all the cat fields together, but then list out all the subcat values after printing the cat value. Once all the subcat values are printed for that cat, then it moves onto the next cat.
Thanks