我在sql数据库中的一张表中有两列a;b,当a列有值时,b列也有值,否则a,b两列都没有值, 10
3个回答
展开全部
select * from 表名 where a is not null
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select *
from tab
where a is not null and b is not null
from tab
where a is not null and b is not null
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select* from table where a is not null
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询