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/main/plugins/org.talend.librariesmanager/resources/java/sqltemplates/MySQL/MySQLDropSourceTable.sqltemplate

4 lines
179 B
Plaintext

-- This template is just an example for the RC release, and will be modified in future version.
-- DROP SOURCE TABLE
DROP TABLE <%= __DATABASE_NAME__ %>.<%= __TABLE_NAME__ %>;