简体   繁体   English

如何以及在哪里设置和检查group_concat_max_len

[英]How and Where to SET and Check group_concat_max_len

For this query 对于此查询

CREATE TABLE IF NOT EXISTS users  (
columns.......
)

do I put SET GLOBAL group_concat_max_len = 999999 before or after creating the tables? 在创建表之前或之后将SET GLOBAL group_concat_max_len = 999999为? And how can I check if it is actually SET to 999999 using a query like SHOW group_concat_max_len or something. 以及如何使用诸如SHOW group_concat_max_len类的查询来检查它是否实际上SET999999

在执行SELECT查询之前,您具有SET group_concat_max_len

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM