Tech Diary
February 19, 2017
Teradata: List columns of a table
select
*
from dbc.columns
where tablename ='table1'
and databasename = 'database1'
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment