Subject | Re: Importing Date and Time into TimeStamp |
---|---|
Author | zifnabbe |
Post date | 2002-02-01T15:09:34Z |
> In all cases the time literals (with a blank between the date partand the time part) is
> 'HH:MM:SS.nnn' where nnn is milliseconds.so this is the required format?
This means that HH:MM:SS is not correct?
> In Dialect 3 you also have to cast the date literals, e.g.Why do we need to use CAST ? How does Firebird converts the date or
>
> CAST ('19/07/2001 14:47:20.000' AS TIMESTAMP)
>
> CAST ('19/07/2001' AS DATE)
>
> CAST ('14:47:20.000' AS TIME)
time then when we don't use cast?
> cheers,Thanks for all your great help!
> Helen
Tom.