This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/org.talend.librariesmanager/resources/java/sqltemplates/Teradata/TeradataTableList.sqltemplate
2011-11-25 15:56:59 +00:00

6 lines
216 B
Plaintext

-- This template is just an example for the RC release, and will be modified in future version.
-- TableList
SELECT TableName from DBC.TABLES
WHERE databasename = '<%= __DATABASE_NAME__ %>'
AND tablekind = 'T';