Home  >  Article  >  Database  >  MySQL IFNULL query

MySQL IFNULL query

大家讲道理
大家讲道理Original
2016-11-12 09:55:371251browse

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

Statement:
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