标签:sql语句 name nbsp where decode 查询 写法 语句 bsp
条件一、条件二
条件一满足则条件二就不要加了。条件一不满足则按照条件二查询
where 条件1 or (not 条件1 and 条件2)
假设
条件一: a.id=b.id
条件二: a.NAME=b.NAME
WHERE Decode(a.id,b.id,1,Decode(a.NAME,b.NAME,1))=1
标签:sql语句 name nbsp where decode 查询 写法 语句 bsp
原文地址:http://www.cnblogs.com/huoxiansudi/p/6673561.html