Hi,
I have table XYZ which holds destination column name, i want to generate CREATE TABLE query w.r.t to XYZ value.
For Example: need to generate create table statement.
Table XYZ |
| Slno | ColumnName |
| 1 | Empno |
| 2 | Ename |
| 3 | Sal |
intention behind this is if my destination table layout changes , it should handle dynamically.