发布网友 发布时间:2022-02-28 02:28
共4个回答
热心网友 时间:2022-02-28 03:58
用decode函数
例如
select decode(字段名,'条件1','值1','条件2','值2',默认值') from 表名
或者 case when
如果是在pl/sql块中
可以用 if 条件 then
else if 条件 then
end if;
热心网友 时间:2022-02-28 05:16
select * from A,B where 1 or 2;
热心网友 时间:2022-02-28 06:50
case when?
热心网友 时间:2022-02-28 08:42
问题补充一下 目的不是很明确