
is it possible to generate sql scripts from for all tables ? i want to generate the sql script and import into another database server
|
is it possible to generate sql scripts from for all tables ? i want to generate the sql script and import into another database server |
|||||||||
|
|
Select the tables you want to export, right click, scripts>create table script. It works in mysql, not sure about oracle. |
|||||
|
|
For anyone on the 3.4.0 version on OSX, I had to do it this way:
Saves to a file, but gives you no progress indicator, so give it a while to run. |
|||
|
|