Link to home
Start Free TrialLog in
Avatar of BryceMT
BryceMTFlag for United States of America

asked on

Capture Teradata Datatypes

Dear Experts -

I am trying to capture the datatypes of each column in a list of tables in Teradata.  What is the best way to do this - is there some SQL command I can issue from QueryMan?  

Thanks!
Avatar of BryceMT
BryceMT
Flag of United States of America image

ASKER

So far I have code that lists all the tables in a given Database:

Select tablename from
dbc.tables
where databasename = 'DatabaseName'
ASKER CERTIFIED SOLUTION
Avatar of BryceMT
BryceMT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial