Home  >  Article  >  Database  >  How to merge multiple rows of data into one row in mysql

How to merge multiple rows of data into one row in mysql

怪我咯
怪我咯Original
2017-07-05 11:18:362477browse

This article mainly introduces the method of mysql to merge multiple rows of data into one row. Friends who need it can refer to it

select group_concat(list_name) from aa_list

The above is the detailed content of How to merge multiple rows of data into one row in mysql. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn