主题:  请教一个关于数据库的问题:(

yaoxf

职务:普通成员
等级:1
金币:0.0
发贴:14
#12004/6/28 11:56:53
数据库查询的时候,想判断数值为空时不显示应该如何写呢?
exec="select * from test where test_2 is null
(请高手指错)



不是高手

职务:普通成员
等级:3
金币:5.0
发贴:1352
#22004/6/28 15:08:10
where test_2='' or test_2=null



yaoxf

职务:普通成员
等级:1
金币:0.0
发贴:14
#32004/6/29 9:41:56
已经解决:
exec="select * from test where test_2=''"