Subject | Re: [firebird-support] Getting Milliseconds |
---|---|
Author | Helen Borrie |
Post date | 2007-05-24T01:28:01Z |
At 09:32 AM 24/05/2007, you wrote:
the default is CURRENT_TIMESTAMP(3). )
./heLen
>I am testing time critical stored procedures.CURRENT_TIME(0) is the default (unlike CURRENT_TIMESTAMP, for which
>But the CURRENT_TIME token does not output milliseconds
>
>I am using Firebird 2
>
>select CURRENT_TIME
>from rdb$database
>
>returns
>
>24/5/2007 09:22:000
>
>always.
the default is CURRENT_TIMESTAMP(3). )
>How can I get the milliseconds?CURRENT_TIME(3)
./heLen