Re: [GENERAL] Elapsed time between timestamp variables in Function

2009-02-05 Thread Nico Callewaert
Thanks a lot to everybody for the help ! - Original Message - From: "Osvaldo Kussama" To: "Nico Callewaert" Cc: Sent: Thursday, February 05, 2009 2:59 AM Subject: Re: [GENERAL] Elapsed time between timestamp variables in Function 2009/2/4 Nico Callewaert :

Re: [GENERAL] Elapsed time between timestamp variables in Function

2009-02-04 Thread Osvaldo Kussama
2009/2/4 Nico Callewaert : > Hi ! > > I saw previous postings about elapsed time between 2 timestamps, using > SELECT EXTRACT... > I have similar question, but it's not in a select statement, but between 2 > variables in a function. > > To keep it simple, I have 2 variables, let's say A and B, both

Re: [GENERAL] Elapsed time between timestamp variables in Function

2009-02-04 Thread Raymond O'Donnell
On 04/02/2009 21:59, Nico Callewaert wrote: > To keep it simple, I have 2 variables, let's say A and B, both > TimeStamp. Now I would like to know the absolute value of elapsed > seconds between the 2 timestamps. Has to be absolute value, because > can be positive or negative, depends if A > B o