0
votes
1answer
372 views
Add months teradata
Hi,
I am facing some challenges with Add months function in TD, in Oracle the date range conditions are derived based on date value calculating the end of the month and then addin …
1
vote
2answers
415 views
Oracle update to teradata update with select subquery
Here is the oracle query .Can anybody give me teradata query .
update table_a A
set display_format = nvl((select prop.propvalue from table_a B,
table_c C …