Hello,
Thank you in advance for your time.
I want to create a table with the same structure as an existing one.
The problem with the create table command , is that it does take under consideration foreign keys (for my case).
(
So , how can i achieve this dynamic? Meaning,i want to backup a lot of tables with the same dll,data by just changing the name with the same logic
(table x --> c_b ,table y --> y_b and so on....)
1.just create the ddl and then add the foreign key?
↧