Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Queries and data modification » Queries » Advanced: Query execution plans » Graphical plans

 

Viewing a graphical plan

Use either the Interactive SQL Plan Viewer or the GRAPHICAL_PLAN function to view graphical plans. The GRAPHICAL_PLAN function displays a graphical plan in XML format.

Prerequisites

None.

 Task
  1. Start Interactive SQL and connect to the SQL Anywhere database.

  2. Click Tools » Plan Viewer (or press Shift+F5).

  3. Type a statement in the SQL pane.

  4. Select a Statistics level, a Cursor type, and an Update status.

  5. Click Get Plan.

Results

The graphical plan appears in the Results pane.

 See also