标签:style blog http io ar os sp on div
SELECT sum(value) FROM invoice where username=‘yueer‘ SELECT count(letters) FROM invoice where username=‘yueer‘
如果yueer这个用户名不存在,
第一个会返回null值,第二个会返回0
sql:sum(value)与count(letter),当用户不存在时查询到的值
标签:style blog http io ar os sp on div
原文地址:http://www.cnblogs.com/ziyueer/p/4152876.html