Am trying to load the output of show stats into a table post which i am thinking to apply some regular expression function on it.
is there a way to load the output of show stats into a table in TERADATA ?
Am trying to load the output of show stats into a table post which i am thinking to apply some regular expression function on it.
is there a way to load the output of show stats into a table in TERADATA ?
You could write a python script that executes the query and applies regular expression functions, then insert the results back into Teradata. Teradata has a REST API called Query Service that you could install and connect to the database with.