When I right-click a table in MySQL Workbench (version 5.2) Object Browser, choosing "Select Rows - Limit 1000", I expect the result to appear in a new tab. Instead, the currently selected query tab has its contents replaced with a generated SELECT
statement. Often, this overwrites SQL code I am in the process of developing. Fortunately, I can use Undo to get it back.
Is there any way to achieve the desired behavior, that a new tab is opened?