From f834bfb9b878c622f5aabeec169c3f2af8c81e25 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 17 Mar 2010 16:34:47 +0000 Subject: Consolidate all localizable content in the Resources/ directory and only use Interfaces/ for XIBs. This addresses the first point on issue #593. --- Resources/Help/topics/query.html | 58 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 Resources/Help/topics/query.html (limited to 'Resources/Help/topics/query.html') diff --git a/Resources/Help/topics/query.html b/Resources/Help/topics/query.html new file mode 100755 index 00000000..bb628047 --- /dev/null +++ b/Resources/Help/topics/query.html @@ -0,0 +1,58 @@ + + +Sequel Pro Help - Performing Custom Queries + + + + + + + + +
+ + + + + + + + + +
+ +

Performing Custom Queries

+
+ +
+ +
+Back to the main menu +
+
+ + In order to perform a SQL query you must first choose the "Custom Query" tab. +
+
+ + + + +
+ +
    +
  • Enter your query and click on the "Run Query" button.
  • +
  • The result, if there is one, is displayed in the bottom view.
  • +
  • Under "Last Error Message" you can see the last error message returned by MySQL, if there is one.
  • +
  • Add your query to the favorites or select a favorite query with the favorites pop-up-button.
  • +
  • Select one of the last 20 queries with the history pop-up-button.
  • +
  • You can perform custom queries out of your favorite text editor by using the services menu (Services > Sequel Pro > Perform selection as MySQL query). Sequel Pro uses the last opened window to perform the query.
  • +
  • If you perferm a query out of a different text editor, be sure that Sequel Pro is already loaded and has at least one window open.
  • +
+
+ +
+ + + \ No newline at end of file -- cgit v1.2.3