misuse of aggregate: group_concat()

前端 未结 0 1214
没有蜡笔的小新
没有蜡笔的小新 2020-12-16 05:29

I have a problem with mysql3 in this string

select group_concat(persons.name, \', \') as Актеры from films_persons join persons on persons.id = films_persons.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题