sql 中 '' 与 null 的区别

SELECT * from t_company where content = ''

SELECT * from t_company where content is null

update t_company set content = 0 where content is null

posted @ 2019-04-06 18:34  阿波罗任先生  阅读(791)  评论(0编辑  收藏  举报