SQL语句多条件模糊查询中 为空的字段怎么让他忽略掉 在线等 10
1个回答
2017-08-23
展开全部
SQL语句多条件模糊查询中 为空的字段怎么让他忽略掉
select distinct t.编号 from ((select 编号,公司,单号,订单号,日期,null as 物品名称,null as 规格,null as 数量,null as 单价 from a)union all(select 表头,null,null,null,null,物品名称,规格,数量,单价 from b))t where t.公司 like '%变量%'
select distinct t.编号 from ((select 编号,公司,单号,订单号,日期,null as 物品名称,null as 规格,null as 数量,null as 单价 from a)union all(select 表头,null,null,null,null,物品名称,规格,数量,单价 from b))t where t.公司 like '%变量%'
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询