MySQL中concat以及group_concat的使用

参考文章 http://www.javashuo.com/article/p-ecbkcsln-mx.html 准备数据 create database test; use test; DROP TABLE IF EXISTS `concat`; CREATE TABLE `concat` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` var
相关文章
相关标签/搜索