DATE subtraction

From: Chris Chi <stvllium_at_ms18.hinet.net>
Date: Wed, 27 Sep 2000 17:40:11 +0800
Message-ID: <8qsfd4$nm_at_netnews.hinet.net>


Hi

[Quoted]   How can I make DATE subtraction, as below :

declare
  dtFrom DATE;
  dtEnd DATE;
  dtResult DATE;
begin
[Quoted] [Quoted] [Quoted]   dtResult := dtEnd - dtFrom; -- <- PLS-00382 occurred... end;

[Quoted] Is anyone know how to resolve this problem ?

Thanks

Chris Chi Received on Wed Sep 27 2000 - 11:40:11 CEST

Original text of this message