Hi,
I was wondering if any body could please help me. I am trying to create a query using the following tables:
Client
ClientInterests
Interests
The client table has a clientID field etc
The interest table has a interestID field etc
and the ClientInterest table has the folowing fields...
Hi,
Is there an alternative to group concat, if you are using a lower version of mysql. If any one has any ideas it would be great, currently my code (thanks to some one from these forums) looks like this.
SELECT c.clientID, group_concat(ci.interestID) as interests
FROM Clients AS c
JOIN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.