Hello TD experts,
Is there a way to obtain the table used in a JDBC Insert, Update or Delete SQL without parsing out the table name from the actual SQL itself?
The best approach I have found (very undesirable) is to prepend EXPLAIN to the sql and parse out the table name that way. Is there a better way to do this in teradata?
Is it possible to execute a SQL and determine which table the SQL actually affected?
Thanks ahead of time!
Forums: