I
iwantdown
Unregistered / Unconfirmed
GUEST, unregistred user!
如下表Table:
a1 a2 a3
b1 ss dd ee
b2 ff gg hh
b3 kk jj
我想在adoquery中用语句 select * from table where a2 like "";
可是查不出b3这条记录。
用语句 select * from table where a2<>null;可以查出b1和b2两条记录
用语句 select * from table where a2=null;又是什么也查不出来。
请问怎么查询含空字符串的记录
a1 a2 a3
b1 ss dd ee
b2 ff gg hh
b3 kk jj
我想在adoquery中用语句 select * from table where a2 like "";
可是查不出b3这条记录。
用语句 select * from table where a2<>null;可以查出b1和b2两条记录
用语句 select * from table where a2=null;又是什么也查不出来。
请问怎么查询含空字符串的记录