当前位置:Gxlcms > PHP教程 > 关于mysqlNULL的一个有关问题

关于mysqlNULL的一个有关问题

时间:2021-07-01 10:21:17 帮助过:1人阅读

关于mysql NULL的一个问题
我把数据库table的filed1设置不为空,filed2字段设置为空

然后插入一条数据,filed1='test' filed2不变

然后我写个查询语句
selct * from table where filed2=''为什么查询不到?
我改成 filed2=NULL还是不行

最后我把filed2结构设置不为空 又可以查询到了这是怎么回事啊?

------解决方案--------------------
filed2 is NULL 呢?

人气教程排行