MySQL Forums
Forum List  »  MySQL Workbench

Re: Input data thru Workbench
Posted by: Mike Lischke
Date: November 27, 2013 02:44AM

Hey Alex,

yes, inserting data manually is possible. What you need to do is to open a socalled resultset by running a query that returns records. In order to be able to edit that data (or add/remove records) this query must use a single table only, no union etc that makes addressing an individual record impossible, and there must be a primary key.

The grid with the data is displayed in the area below the query editor where you can freely edit any cell etc. Press Apply to send the changes back.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Input data thru Workbench
754
November 27, 2013 02:44AM
670
November 30, 2013 08:52AM
653
November 30, 2013 08:58AM
696
December 02, 2013 02:33AM
524
December 08, 2013 06:18PM


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.