MySQL Forums
Forum List  »  MySQL Workbench

Re: convert database items into text file
Posted by: Michael G. Zinner
Date: October 28, 2008 08:39AM

Once you have created a table in QB, it will appear in the Catalog palette on the right. If you double-click the table, a SELECT * FROM table_name; will be generated. Once you execute that by double-clicking the table a 2nd time or by pressing the execute button, you can see the result set grid displaying the columns of the table.

Now you can press the Edit button at the bottom and start to enter new data for the table in the empty row. To store the data press the Apply button.

Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Views
Written By
Posted
11912
October 17, 2008 02:55PM
Re: convert database items into text file
2336
October 28, 2008 08:39AM
2884
November 01, 2008 02:58AM


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.