Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Form Properties. Range High Value
declare
dif number;
if dif < 0 then
You have to trick it to do date comparisons.
Try this in your trigger:
begin
dif := :testdate - sysdate;
bell;
message ('big');
else
message ('small');
end if;
end;
Sorry, I thought you probably knew this trick.
Paul Dorsey
Dulcian Inc.
Received on Thu Dec 28 1995 - 08:40:30 CST
![]() |
![]() |