Sorting by groups

admin

Administrator
Staff member
I need to sort a table by groups of like data.

Would the correct syntax be:

SELECT * FROM table GROUP BY column

Thanks in advance.
 
Back
Top