git-svn-id: http://talendforge.org/svn/tos/trunk@73207 f6f1c999-d317-4740-80b0-e6d1abc6f99e
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
-- This template is just an example for the RC release, and will be modified in future version.
|
|
|
|
-- ColumnList
|
|
SELECT ColumnName from DBC.COLUMNS
|
|
Where databasename ='<%= __DATABASE_NAME__ %>'
|
|
and tablename = '<%= __TABLE_NAME__ %>'; |