Controlling the Data Definition Language via tMysqlOutput when creating a table
This article explains how to create a MySQL table with an AUTO_INCREMENT column and a
UNIQUE one with tMysqlOutput component.
Creating the Job and linking the components
Procedure
Configuring the components
Before you begin
- You have created a database connection in the Metadata node of the Repository tree view.
Procedure
Executing the Job
Procedure
- Press Ctrl+S to save the Job.
- Press F6 to execute it.
Results
The MySQL table contact have been created with the two additional Id and Name columns.