如图片,如何将箭头所指的两行去掉
通过查询条件筛除:where 第一列字段名 <> '' or 第二列字段名 <> ''
where 后面加个判断 where 子段名<>""
where (你那两行任意一个为空的字段) is not null
WHER A is not null AND B is not null