MySQL Forums
Forum List  »  MySQL Query Browser

Re: QueryBrowser Toolbar does what?
Posted by: Mike Hillyer
Date: August 05, 2004 01:20PM

Hi Chuck;

The buttons change the cursor to allow you to graphically 'build' a query. Start by entering a basic SELECT * query:

SELECT * From City

Now change to the SELECT cursor, expand a table in the database list on the right, and start clicking column names. Your query should start changing from SELECT * to more specific field names.

SELECT Id, Name, Country, District FROM City

Above is what my query changed to when I clicked the Id, Name, Country, and District fields from the table in the database list.

P.S. I am working on Query Browser documentation and should have something ready when it goes beta.

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535

Blog: http://www.openwin.org/mike

"The Open Source movement has become a major force across the software industry, and MySQL is the world's most popular open source database."
--Fortune Magazine

Options: ReplyQuote


Subject
Written By
Posted
Re: QueryBrowser Toolbar does what?
August 05, 2004 01:20PM


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.