oracle储存过程中,if条件为某变量不等于1,怎么写oracle存储过程中的if条件判断的写法:比如:temp varchar2(10) := '10000';if temp <> '10000' theninsert into ...elseupdate .......end if;