Jump to content

Order or group using while loop- How can I get this output?


xwishmasterx

Recommended Posts

Hi

 

I have some rows where all of them contains a 'te_group' value. I'd like to show all the rows under each group eg:

 

te_group    id    name

------------------------------------

group1        2    name1

group1        5    name5

 

te_group    id    name

------------------------------------

group2        4    name2

group2        7    name3

 

can I does this just by using order or group by? The te_group value can be anyhing so I cannot use "WHERE te_group=x"

 

hope you understand my question :) 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.