I want to execute a query in a MySQL DB using Sequel Pro, but I do not see a Run button.
我想使用Sequel Pro在MySQL DB中执行查询,但是我没有看到Run按钮。
How do I execute my query?
如何执行查询?
3 个解决方案
#1
43
Use ⌘+R to execute the selected Query.
使用⌘+ R来执行所选择的查询。
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.
或者,使用出现在查询编辑器右下角的下拉菜单,根据文本光标所在的位置选择Run Current或Run before。
#2
5
Based on Keyboard Shortcuts:
基于键盘快捷键:
Run all queries ⌥ ⌘ R
运行所有查询⌥⌘R
Run current query or selection ⌅ or ⌘ R
运行当前查询或选择⌅⌘R
#3
5
Use the drop down button on the right side, underneath the textarea.
使用右边的下拉按钮,在textarea下面。
Should have the following options:
应有下列选择:
- Run Current Query
- 运行当前的查询
- Run All Queries
- 运行所有查询
#1
43
Use ⌘+R to execute the selected Query.
使用⌘+ R来执行所选择的查询。
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.
或者,使用出现在查询编辑器右下角的下拉菜单,根据文本光标所在的位置选择Run Current或Run before。
#2
5
Based on Keyboard Shortcuts:
基于键盘快捷键:
Run all queries ⌥ ⌘ R
运行所有查询⌥⌘R
Run current query or selection ⌅ or ⌘ R
运行当前查询或选择⌅⌘R
#3
5
Use the drop down button on the right side, underneath the textarea.
使用右边的下拉按钮,在textarea下面。
Should have the following options:
应有下列选择:
- Run Current Query
- 运行当前的查询
- Run All Queries
- 运行所有查询