摘要: 一 null 不能进行比较操作 结论:对NULL 的处理,只能采用is null或is not null,而不能采用=、in、<、<>、!=、not in这些操作符号。 举例如下: + + + + + | id | sale_date | num | order_id | + + + + + | 1 阅读全文
posted @ 2020-10-09 23:04 一首简单的歌 阅读(619) 评论(0) 推荐(0)