does anyone know of an elegant way to group recordset output? For example in ColdFusion you can use the group attribute of the output tag to group the output after retrieving it from the db. I have a query here that is returning a massive amount of records sicne I am using joins on several tables. I need to be able to group the output to make this work.