Subject | Re: [ib-support] time from timestamp |
---|---|
Author | Lauri Zoova |
Post date | 2003-01-07T16:10:50Z |
Thomas Steinmaurer wrote:
BR,
Lauri
>Not THAT works! Thanks!
> If you are using Firebird you could use the built-in SUBSTRING function.
> (otherwise look for a equal function in one of the available UDF libs)
>
> For example:
> select substring((cast(mytimestamp as time)) from 1 for 5) from MYTABLE2
BR,
Lauri