SQL语句判断字段是否为空
select *? from LAWPEOPLE where retirement? is null and name='康小国';
查询有结果
select *? from LAWPEOPLE where retirement? =null and name='康小国';
查询无结果
发布时间: 2012-07-30 16:19:05 作者: rapoo
SQL语句判断字段是否为空
select *? from LAWPEOPLE where retirement? is null and name='康小国';
查询有结果
select *? from LAWPEOPLE where retirement? =null and name='康小国';
查询无结果