|
-
Feb 20th, 2006, 06:34 PM
#1
Thread Starter
Frenzied Member
Group By
I want to perform a simple query. I want to group records from a single table by one field and have the records within each group ordered by another field.
I have tried something like this without success:
SELECT Field1, Field2
FROM myTable
GROUP BY Field1
ORDER BY Field2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|