Jump to content

Multiple group_concats in single select query?!


unxposed

Recommended Posts

Hi,

 

Would anybody be able to tell me why I'm getting an error here? Am I not able to use 2 group_concats in the same query?

 

SELECT GROUP_CONCAT(links.title ORDER BY block_links.weight SEPARATOR ', ') AS links, GROUP_CONCAT(links.url ORDER BY block_links.weight SEPARATOR \', \') AS urls FROM blocks LEFT JOIN block_links ON blocks.block_id = block_links.block_id LEFT JOIN links ON block_links.link_id = links.link_id WHERE blocks.block_id IN (4) GROUP BY blocks.block_id

 

Thanks in advance

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.