Data Transfer: Add option for temp tables to DDL #37565
DevinSmithWork
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to transfer data from one database to another, but I need the data to go into a temporary table.
The commands in the "Configure Metadata Structure" DDL are not editable, ergo I have to do this as a 2-step process where I create the temp table manually, then load the data.
It would be nice to have an option to add TEMPORARY to the CREATE TABLE DDL so I could do this in one step.
Beta Was this translation helpful? Give feedback.
All reactions