MySQL Forums
Forum List  »  MySQL Workbench

Re: Work bench executes queries without being asked to do so
Posted by: IGG t
Date: August 13, 2013 09:58AM

cheers for that, but it's not quite what I was after as it results in
SELECT col_1, col_2, col_3 .... col_n

rather than simply
SELECT * FROM . . .

Because some of my tables have many many columns, and the approach you mention results in having to take extra time to select all the columns, and replace them with what's needed, on top of the extra time and clicking required to get there in the first place.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Work bench executes queries without being asked to do so
570
August 13, 2013 09: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.