Hi All,
I have a source table(DB - source) with records. I need to create the same table(table structure) in my destination without any records.
I created Output tool with create table, it's inserting records as well.
I tried limiting records in source but it's of no use.
Can any one please suggest any better approach?
I need to accomplish this without any "CREATE" statement.
TIA