|
hi guys basically iv got a table here with a field called aims and a field called modules. i need to run a query to show if one aim has more than one module in the table. the table looks like this. AIM Module 321 1 234 2 321 2 456 3 567 1 234 1 so i need a query that will show me all these aims with all the modules they have. eg AIM MODULE 321 1,2 234 1,2 456 3 567 1 please help.
(comments are locked)
|
incorrect syntax near max
Oct 12 '12 at 01:04 PM
Mamzy
works for me:
Oct 12 '12 at 01:09 PM
eghetto
(comments are locked)
|


What have you tried so far?