Mysqlgroupby grouping problem.

Source: Internet
Author: User
To group data by commas (,) in the number field? For example, if the content is 12, there may be only 3 in the figure, and 1 in 123. Online seeking (table splitting and other storage methods are not considered for grouping)

To group data by commas (,) in the number field?
For example, if the content is 12, there may be only 3 in the figure, and 1 in 123. Online seeking (table splitting and other storage methods are not considered for grouping)

Reply content:

To group data by commas (,) in the number field?
For example, if the content is 12, there may be only 3 in the figure, and 1 in 123. Online seeking (table splitting and other storage methods are not considered for grouping)

MysqlThere is a function:Find_in_set. The usage is as follows:

Select id from table where FIND_IN_SET ('12', number );

In the above sentence, we can retrieve the ID set with number 12.

I read find_in_set upstairs, but I have never used it. I found this text and wrote it well:
Https://segmentfault.com/a/11...

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.