Subject | Re: [firebird-support] minutes between |
---|---|
Author | Helen Borrie |
Post date | 2007-07-05T11:57:27Z |
>d_dude_2003 wrote:YES
> > I have two TIME variables in FireBird stored proc. How do i calculate
> > the integer representing the minutes difference between them?
> >
> > Is it (TIME2 - TIME1)/60?
At 09:43 PM 5/07/2007, Magnus Titho wrote:
>(Time2 - Time1) * 24 * 60Not so for (TIME - TIME): it is a DECIMAL (9,4) in seconds.
./hb