PHP5.4 and MySQL 5.7.32 “Aborted connection” when using JSON_ARRAYAGG or JSON_OBJECT

前端 未结 0 330
遇见更好的自我
遇见更好的自我 2020-12-30 02:39

tried implementing a json query in a legacy PHP project:

SELECT JSON_ARRAYAGG(JSON_OBJECT(
\'id\', x.id,
\'on_date\', x.from_date,
\'off_date\', x.to_date,
\'         


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