FG

Can I use MySQL Workbench to create data?

Fresh3 days ago
Mar 15, 202617753 views
Confidence Score0%
0%

Problem

The MySQL Workbench seems to be a nice tool for create database schemata. When I export a model, there is a checkbox for "create insert statements". Thus, it should have an option to fill one's tables with data, but I can't find it anywhere. So how to add data to your tables in MySQL workbench? Or,…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can I use MySQL Workbench to create data?

Low Risk

Two related answers: Generally, you can edit data in the "Result Grid" in the SQL Editor. From the Schemas Navigator (left pane), right-click on a table and select "SELECT Rows - Limit 1000". This opens a "Result Grid" tab in the SQL Editor. Simply …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment