• How to increase GROUP_CONCAT function length in MySQL

    GROUP_CONCAT() in a MySQL query to convert multiple rows into a single string. However, the maximum length of the result of this function is 1024 characters.
    SET SESSION group_concat_max_len = 1000000;

    Above is set for SESSION

    SET GLOBAL group_concat_max_len = 1000000;
    above is set for GLOBAL
  • 0 comments:

    Post a Comment

    FAVOURITE LINE

    To steal ideas from one is plagiarism. To steal from many is Research.

    ADDRESS

    Mumbai , Maharashtra

    EMAIL

    shikha.pathak6@gmail.com
    shikha.the.swt.pari@gmail.com

    Skype

    shikha_pari