select abs(-1) from dual;
--
declare
n number;
begin
n := abs(-1);
end;
good luck.
|
Results 1 to 3 of 3
Thread: How to get an absolute value?Threaded View
|
Click Here to Expand Forum to Full Width |