About 47,900 results
Open links in new tab
  1. MySQL :: GROUP_CONCAT and COUNT

    Oct 16, 2017 · Subject Written By Posted GROUP_CONCAT and COUNT Kostas Konstantinidis October 16, 2017 06:09AM Re: GROUP_CONCAT and COUNT

  2. MySQL :: Howto use GROUP_CONCAT with multiple columns?

    Jun 1, 2012 · select GROUP_CONCAT(DISTINCT COALESCE(attr1, attr2, attr3) SEPARATOR ' ,') It works in the case the main-table has only one attribute, or when duplicates don't matter - …

  3. MySQL :: How do you make GROUP_CONCAT not group null …

    Mar 23, 2007 · How do you make GROUP_CONCAT not group null values??? Posted by: Benjamin Bittman Date: March 23, 2007 04:15PM

  4. MySQL :: CONCAT with Nested GROUP_CONCAT

    Oct 12, 2011 · I'm writing a query that will do a GROUP_CONCAT on the customers table and grab each of the impacted customers and then it looks to the "other_customers" field and …

  5. MySQL :: group_concat Truncated

    Jan 24, 2009 · I'm using a group_concat in a View, to set a varchar field in another table, for full_text search purposes. However, I've noticed that it's being truncated at 341 characters in …

  6. MySQL :: Setting group_concat_max_len

    May 25, 2010 · It was only then I discovered the group_concat_max_len setting and I am currently having to set the value to an arbitrary high value first before running my SQL e,g SET …

  7. MySQL :: Reverse command for GROUP_CONCAT or SET

    Oct 24, 2010 · MySQL Forums Forum List » Newbie New Topic Reverse command for GROUP_CONCAT or SET Posted by: G M Date: October 24, 2010 07:17PM

  8. MySQL :: GROUP CONCAT Cutting Off Values

    Jan 28, 2011 · I get a table listing 245 scores from 0 to 4 however when I try to use GROUP_CONCAT to list these scores in a comma separated string it cuts off the output after …

  9. MySQL :: group_concat query is not working within php

    Apr 30, 2009 · MySQL Forums Forum List » PHP New Topic group_concat query is not working within php Posted by: Raul Cid Date: April 30, 2009 10:12AM

  10. MySQL :: group_concat () result truncated in MySQL 4.1.20

    Nov 10, 2006 · I'm seeing that strings can get truncated using group_concat (), even though I've set group_concat_max_len to be high enough. I'm observing the problem with MySQL 4.1.20 …