展开全部
select 'null' as fName,count(b) from test where A is null
union all
select 'not null' as fName,count(b) from test where A is not null
union all
select 'not null' as fName,count(b) from test where A is not null
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select A,count(A) as '条数' from tableName group by A
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用is null或者is not null子句。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
SELECT A AS 为空 FROM [表] WHERE A=""
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
SQL Server数据中运算符与表达式
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询