Archives of the TeradataForum
Message Posted: Fri, 26 Mar 2004 @ 22:42:30 GMT
Subj: | | Re: Float to Timestamp Conversion |
|
From: | | paul.burns |
I like the implied cast but as noted in a different thread it might not work with newer versions of Queryman.
I was curious to see if I could get it to work with multiple casts, and the answer is Yes it works just fine.
select thetime (char(8)) (time(6)) (timestamp)
from dbc.ResUsageSpma ;
still had to do the same number of cast but with a little less typing.
Paul
|