Subject | RE: [ib-support] DateTime Field Manipulations |
---|---|
Author | Tasos Kyriakos |
Post date | 2002-05-13T14:23:03Z |
in order to get the Date and time parts of each timestamp field try casting
them
like this:
update table1
set logindate = cast (login as date), logintime= cast(login as time) etc.
I hope i helped with this
Tasos Kyriakos
Athens, Greece
them
like this:
update table1
set logindate = cast (login as date), logintime= cast(login as time) etc.
I hope i helped with this
Tasos Kyriakos
Athens, Greece