mysql判断NULL值注意事项

使用 == NULL时,默认会转为空字符串处理

 

使用 is NULL时,查询的才是null值的数据

posted @ 2024-10-23 11:06  lytcreate  阅读(7)  评论(0)    收藏  举报