Home > Database > Mysql Tutorial > MySQL IFNULL query

MySQL IFNULL query

大家讲道理
Release: 2016-11-12 09:55:37
Original
1346 people have browsed it

SELECT * FROM 用户表 ORDER BY IFNULL(nickname, realname);
 
SELECT IFNULL(NULL,10); -- > 10
Copy after login

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template