Mysql - get multiple values at once - group_concat
By liviu - Posted on September 2nd, 2010
Tagged:
If you want to get values for a column in one field of a return result row, you can always use group_concat
You can find some examples here and here like:
SELECT id,GROUP_CONCAT(client_id) FROM services WHERE id = 3 GROUP BY id;
Bookmark/Search this post with:
- liviu's blog
- Login or register to post comments
Delicious
Digg
StumbleUpon
Propeller
Reddit
Magnoliacom
Newsvine
Furl
Facebook
Google
Yahoo
Technorati
Icerocket