How do you execute a query in Sequel Pro?

Nunyet de Can Calçada picture Nunyet de Can Calçada · Nov 21, 2015 · Viewed 28.7k times · Source

I want to execute a query in a MySQL DB using Sequel Pro, but I do not see a Run button.

How do I execute my query?

enter image description here

Answer

Bernd Buffen picture Bernd Buffen · Nov 21, 2015

Use +R to execute the selected Query.

Alternatively, use the dropdown that appears at the bottom right of the query editor and select Run Current or Run Previous depending on where your text cursor is.