git-svn-id: http://talendforge.org/svn/tos/trunk@73207 f6f1c999-d317-4740-80b0-e6d1abc6f99e
6 lines
216 B
Plaintext
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'; |