mysql group_concat在哪里

我遇到以下问题的问题(如果这是一个重复的问题,那么我非常抱歉,但我似乎找不到任何可以帮助我的东西): SELECT d.*,GROUP_CONCAT(g.name ORDER BY g.name SEPARATOR “,”) AS membersFROM table_d AS d LEFT OUTER JOIN table_g AS g ON (d.eventid = g.id)

在mysql中使用null值更新concat文本

trasaction表描述字段有一些值,它工作正常. 说明feild默认值为NULL,它不起作用.. update transaction set domain=’hiox.com’,description=CONACT(description,’,domain swapped from hioxindia.com to hiox.com’) where id=23602 帮我..最佳答案使用ifnull

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部