During execution of an SQL Query in MySQL Workbench, the query is automatically limited to 1000 rows. How does one prevent the tool from imposing this limit?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Use a number greater than the possible number of items that will be returned, say Source: http://wb.mysql.com/?p=230#comment-1279 Update:(Using version 5.2.29CE, not sure how up to date I am): On the menu bar visit Jump to the In the |
|||||
|