Question
Is it possible to dynamically switch table and column names of Execute Update SQL or Execute Select SQL operations?
Answer
In SQL statement of Execute Update SQL and Execute Select SQL operations, script variables and environment variables can be used for table name and column name. Thus, you can switch table and column names dynamically.
Comments
0 comments
Article is closed for comments.