6 个解决方案
#1
试试看
ADD("set 数据库名字 字段名=NULL");
ADD("set 数据库名字 字段名=NULL");
#2
关键是不能判断,怎样写这个判断语句呢
#3
用IsNull()试试。
#4
up
#5
把为空的过滤掉
select * from youtablename
where 字段名 is not null
select * from youtablename
where 字段名 is not null
#6
不行的,我要把null的记录查出来的
#1
试试看
ADD("set 数据库名字 字段名=NULL");
ADD("set 数据库名字 字段名=NULL");
#2
关键是不能判断,怎样写这个判断语句呢
#3
用IsNull()试试。
#4
up
#5
把为空的过滤掉
select * from youtablename
where 字段名 is not null
select * from youtablename
where 字段名 is not null
#6
不行的,我要把null的记录查出来的