0
votes
0answers
13 views
Retention of data in DBC.DBCAssociations
This table is used to support the migration of objects between Teradata installations using the ARCMain tools (COPY/RESTORE) and provide a mapping of the old object id's to the new …
0
votes
2answers
49 views
6760 Invalid timestamp
Hi,
I am trying to update the timestamp into a table like this:
Update tablea set status = 'Succeeded', end_date = cast(cast(current_timestamp(0) as format 'dd/mm/y4bhh:mi:ss') a …
0
votes
1answer
30 views
Teradata SQL Assistant takes forever to interrupt large answerset
I am using Teradata SQL Assistant version 13.0.0.08 on Windows. I think it's the version written in C#.
When I run a query that returns more than 2000 rows, which is my max in the …
0
votes
1answer
19 views
Least function in TD
Hi,
I need help in getting this function,
In oracle,
least(2, 5, 12, 3) would return 2
Do we have similar function in TD or how do we do.
Thanks for Regards,
TDHelp