Quote:
Originally posted by Toasted Onion
... and database 2 group.id I want to have it contain multiple integers seperated by a comma.
|
there's your problem right there
that is very poor design from the point of view of sql
you will never get the join to work
you have to retrieve the entire tables and do the join in your application code
messy, eh?
change your design and the sql join becomes trivially easy