还有分隔符还可以自定义,默认是以“,”作为分隔符,若要改为“|”,则使用SEPARATOR来指定,例如:mysql>SELECT student_id,GROUP_CONCAT(courses_id SEPARATOR '|')AS courses FROM student_courses WHERE student_id=2 GROUP BY student...
一、在上一篇文章中,使用ECS和mysql搭建mysql服务器搭建好了mysql服务器,现在需要远程连接 报错 2003-Can't connect to MySQL server on '39.106.187.107'(60"Operation timed out")1、通过google在stackoverflow.com找到了问题这里写...