Subject How to calcuate the days between 2 DATE fields
Author william_yuwei
Hi,

How to calcuate the days between two DATE fields? I tried to using
the following statement in one of my stored procedure, but it failed
to compile it:

Days = :INVOICE_DATE - 'TODAY'

Thanks

William