select null from table,exists和not exists 关键字的理解和使用场合

关键字exists 和not exists AND select null from table select null from table。 这句sql语句的作用:查询表中的数据,如果有则返回为NULL ,就是把select * from table 中的所有信息替换成NULL ,理解一下就比较简单了。 图解 exists 关键字 exists 这个关键字返回的为boolean 类型的,并不是
相关文章
相关标签/搜索