Bug #111480 Table name not provided in export
Submitted: 19 Jun 2023 8:23 Modified: 19 Jun 2023 11:26
Reporter: Co Bo Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.33 OS:Windows (Microsoft Windows 10 Home)
Assigned to: CPU Architecture:x86
Tags: WBBugReporter

[19 Jun 2023 8:23] Co Bo
Description:
----[For better reports, please attach the log file after submitting. You can find it in C:\Users\Colin\AppData\Roaming\MySQL\Workbench\log\wb.log]

When exporting a resultset using the Export/Import button, even though the table name is entered in the dialogue box, when using the Export as SQL INSERT statements option, and entering the name of the table, the SQL output does not contain the table name.

How to repeat:
Run an SQL Query and obtain results
Press the Import/Export button
Enter a filename and Save as Type SQL INSERT statements (*.sql)
Verify or change the table name
Click Export

The output should contain
INSERT INTO `table_name`  as entered in prior steps
However, it starts as
INSERT INTO `` 

Suggested fix:
Get the table name added to the output
[19 Jun 2023 11:26] MySQL Verification Team
Hello,

Thank you for the bug report.
Imho this is duplicate of Bug #95275, please see Bug #95275.

Regards,
Ashwini Patil