Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm using MySQL Workbench to remove rows from a table in my database. Most of the time, I will simply write a select statement, then select the rows I want to erase and use the remove rows button (circled in the screenshot below).

Usual result of a select statement

But sometimes (quite often actually), the remove rows button does not appear. Instead, I get something like the screenshot below:

Buggy result of a select statement

The remove rows button is not there and the remove rows option is grayed out in the context menu, so basically, I can't remove rows... The only way I've found of solving this issue is to run the select query many times until the button appears (it usually does after 3 of 4 times).

Does anyone know why this is happening?

UPDATE

Today, I've been running a select query dozens of times and the button never appears. It seems my incomprehensible workaround no longer works... Help!

btw: Using a delete statement does work, though I would rather not have to write one for each row I want to remove as this happens quite frequently during development...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.