Dynamic SQL query: A dynamic SQL query can execute
different query statements for each input row. You can pass a full query
or a partial query to the sql transformation input ports to execute the
dynamic sql queries.
Q2) I have the below source table which contains the below data.
Solution:
Just follow the same steps for creating the sql transformation in the example 1.
Q2) I have the below source table which contains the below data.
Table Name: Del_Tab Del_statement ------------------------------------------ Delete FROM Sales WHERE Product = 'LG' Delete FROM products WHERE Product = 'LG'
Solution:
Just follow the same steps for creating the sql transformation in the example 1.
- Now go to the "SQL Ports" tab of SQL transformation and create the input port as "Query_Port". Connect this input port to the Source Qualifier Transformation.
- In the "SQL Ports" tab, enter the sql query as ~Query_Port~. The tilt indicates a variable substitution for the queries.
- As we don’t need any output, just connect the SQLError port to the target.
- Now create workflow and run the workflow.
No comments:
Post a Comment