MySQL row to column (split string scene)

Source: Internet
Author: User

One-to-many do not establish an intermediate table when often used in the form of delimiters to store "many" in the "one" of a field, the cost is not to a pair of times as directly associated with the query, generally used in the program after the separate query method. Such as:


How can you directly query the effect with SQL statements?


You can use an ordinal table in which there are no other fields in addition to successive IDs, and the value range of the ID depends on the amount of information stored in "One" after the split.


Implementing SQL:

Selectname,replace (Substring_index (Mobile, ', ', a.id), CONCAT (Substring_index (Mobile, ', ', a.id-1), ', ') as Mobilefromsquence ACROSS JOIN (Selectname,concat (Mobile, ', ') as Mobile,length (mobile)-LENGTH (REPLACE ("Mobile, ', ', ') ) + 1 as sizefrom ' user ') b on a.ID <= b.size


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

MySQL row to column (split string scene)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.