how to load SHOW STATISTICS VALUES output into a table in Teradata

437 views Asked by At

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 ?

1

There are 1 answers

0
Buhlahkay On

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.