输入banner图图片脚本导航/分类

MySQL的IFNULL查询

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