SQL中的null

1、首先null不是空格,也不是0

2、除了count(*) 不参与其他运算

3、可以和字符串连接

4、where子判断是否为空值 is (not) null 而不能用=''

posted @ 2020-11-30 06:29  Miracle2019  阅读(141)  评论(0)    收藏  举报