Example of using CASE WHEN in MySQL sorting

Example of using CASE WHEN in MySQL sorting

Preface

In a previous project, the CASE WHEN sorting function in SQL was used. Now write a blog memo~

Database version: MySQL 5.6.42

condition:

A field represents the state of the data and takes a non-negative integer value, where 0 means no state.

need:

Sort by this field in ascending order, and put the data with a value of 0 at the end.

First, let's look at the structure of the table:

The normal query result in ascending order is as follows:

To put "小赤" at the end, you can write:

You can also do this:

You can also use CASE WHEN to change the sorting basis without affecting the query results:

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. If you have any questions, you can leave a message to communicate. Thank you for your support for 123WORDPRESS.COM.

You may also be interested in:
  • Instructions for using the MySQL CASE WHEN statement
  • Several examples of using MySQL's CASE WHEN statement
  • How to use case when statement in MySQL to implement multi-condition query
  • The pitfall record of case when judging NULL value in MySQL

<<:  How to smoothly upgrade and rollback Nginx version in 1 minute

>>:  Vue uses custom instructions to add watermarks to the bottom of the page

Recommend

Summary of commonly used performance test scripts for VPS servers

Here is a common one-click performance test scrip...

MySQL binlog opening steps

Binlog is a binary log file that is used to recor...

The scroll bar position is retained when scrolling the vant list component

The scroll bar position is retained when scrollin...

CSS clear float clear:both example code

Today I will talk to you about clearing floats. B...

Detailed explanation of MySQL foreign key constraints

Official documentation: https://dev.mysql.com/doc...

Solution to MySQL server login error ERROR 1820 (HY000)

Fault site: Log in to the MySQL server and get th...

Detailed explanation of common methods of JavaScript Array

Table of contents Methods that do not change the ...

MySQL 8.0.21.0 Community Edition Installation Tutorial (Detailed Illustrations)

1. Download MySQL Log in to the MySQL official we...

A brief discussion on the problem of Docker run container being in created state

In a recent problem, there is such a phenomenon: ...

CSS style solves the problem of displaying ellipsis when the text is too long

1. CSS style solves the problem of displaying ell...

How to center your HTML button

How to center your HTML button itself? This is ea...

Docker adds a bridge and sets the IP address range

I don't know if it's because the binary d...

Detailed example of MySQL exchange partition

Detailed example of MySQL exchange partition Pref...