MySQL Custom sort function field ()

Source: Internet
Author: User

MySQL can be custom sorted by field () function, Format:field (VALUE,STR1,STR2,STR3,STR4),value and str1, str2,str3,str4 Compare, return 1,2,3,4, if encountered null or the data that is not in the list returns 0.


Mysql> SELECT * from Driver_log Order by field (name, ' Suzi ', ' Ben ', ' Henry ');

+--------+-------+------------+-------+

| rec_id | name | Trav_date | Miles |

+--------+-------+------------+-------+

| 2 | Suzi |   2006-08-29 | 391 |

| 7 | Suzi |   2006-09-02 | 502 |

| 1 | Ben |   2006-08-30 | 152 |

| 9 | Ben |    2006-09-02 | 79 |

| 5 | Ben |   2006-08-29 | 131 |

| 8 | Henry |   2006-09-01 | 197 |

| 6 | Henry |   2006-08-26 | 115 |

| 4 | Henry |    2006-08-27 | 96 |

| 3 | Henry |   2006-08-29 | 300 |

| 10 | Henry |   2006-08-30 | 203 |

+--------+-------+------------+-------+

MySQL Custom sort function field ()

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.