摘要:
在通过过滤选择出不具有特定值的行时,你可能希望返回具有 null 值的行。但是,不行。因为未知 具有特殊的含义,数据库不知道他们是否匹配,所以在匹配过滤或不匹配过滤时不返回它们,因此 在过滤时,一定要验证返回数据中是否确实给出了被过滤列具有 null 的行 is null / is not nul... 阅读全文
摘要:
1201 最小数和最大数题目描述Description输入n个数,n 2 #include 3 #define MIN(a,b) (a)> n;11 int min = numeric_limits::max();12 int max = numeric_limits::min()... 阅读全文