时间:2021-07-01 10:21:17 帮助过:26人阅读
条件一、条件二
条件一满足则条件二就不要加了。条件一不满足则按照条件二查询
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语句的写法
标签:sql语句 name nbsp where decode 查询 写法 语句 bsp