Skip navigation links

MySQL Forums :: Workbench - SQL Browser, Editor, Refactor :: How to set a default order by options when you click on a table in the SQL Editor


Advanced Search

How to set a default order by options when you click on a table in the SQL Editor
Posted by: george gallen ()
Date: November 03, 2011 08:05PM

When you are in the SQL editor, when you click on a table name, it does an edit command on the table. Is there a way to set a default on how this command is executed?

I always have to add an... "order by id desc" after I click on the table, mostly because it only selects 1000 rows at a time, but it would be nice if it would do that customized order by the first time i clicked on the table.

Thanks
GG

Options: ReplyQuote


Subject Views Written By Posted
How to set a default order by options when you click on a table in the SQL Editor 1772 george gallen 11/03/2011 08:05PM
Re: How to set a default order by options when you click on a table in the SQL Editor 824 Mike Lischke 11/07/2011 12:55AM
Re: How to set a default order by options when you click on a table in the SQL Editor 904 george gallen 11/07/2011 12:29PM


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.