Archives of the TeradataForum
Message Posted: Mon, 07 Jan 2002 @ 12:35:37 GMT
Subj: | | Re: Exporting time |
|
From: | | David Wellman |
Sorry, missed that bit. yes, I think you need to extract the parts and put them back together, try this:
sel (extract(hour from time) (format '99.'))
||(extract(minute from time) (format '99.'))
|| substring( ((time (format '99:99:99.999999')) (char(15))) from 7
for
9);
You can always add in the DATE portion as required.
Dave
Ward Analytics Ltd: Information in motion (www.ward-analytics.com)
|