MySQL Forums
Forum List  »  MySQL Workbench

exporting .sql (Insert SQL Statements) in Workbench doesn't work
Posted by: George Xen
Date: June 03, 2020 04:17AM

When I am trying to export a table, in an .sql version, using the export recordset in an external file option (the button above the table) and the exported file doesn't include the table name that I am exporting.

E.g:
INSERT INTO `` (id,var1,var2,var3,var4,var5,var6,var7,var8,var9,var10) VALUES (1,'FR221','A32321','Ai323','0.03234','32',NULL,NULL,NULL,NULL,NULL);

I have searched everywhere but I did not find a solution.

I am using Workbench 8.0.20. It used to work properly in an older version but not anymore.

Any suggestions on how to fix it in order to export the full correct insert statement using just that button?

Options: ReplyQuote


Subject
Views
Written By
Posted
exporting .sql (Insert SQL Statements) in Workbench doesn't work
955
June 03, 2020 04:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.