Tagged Questions

1
vote
2answers
64 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 …