|
|
Archives of the TeradataForum
Message Posted: Wed, 15 Jun 2005 @ 19:26:04 GMT
Subj: | | TDQM timestamps |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Wednesday, June 15, 2005 15:27 -->
TDQM has columns named "timestamp" that are defined as integers. Can someone tell me how to convert these to date & time, if that's what they
are?
SELECT update_timestamp FROM dbqrymgr.pending_updates order by 1;
*** Query completed. 5 rows found. One column returned.
*** Total elapsed time was 0.17 seconds.
update_timestamp
----------------
172911881
172919431
172919662
172919891
174727579
Thanks,
Anomy
| |