Execute a Query in the Query Designer

When you have finished designing your query, you can run it.

  1. If you want to test whether the syntax of the query you are creating is correct, you can verify the query.

    How?

    To avoid problems, you can check the query you have built to ensure its syntax is correct. This option is especially useful when you enter statements in the SQL pane.

    Note   A statement can be valid, and therefore be verified successfully, even if it cannot be represented in the Diagram and Grid panes.

    Note   SQL Verification can detect some, but not all SQL errors. If a query contains an error not detected during SQL verification, the database will detect the error when you run the query.

    1. In the Database window, click Queries   under Objects, click the query you want to open, and then click Design on the database window toolbar.
    2. Click Verify SQL Syntax .
  2. Click Run .

Notes