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

SQL Anywhere 12.0.1 » SQL Anywhere Server - SQL Usage » Query and modify data » Queries » Advanced: Query execution plans

 

Viewing short and long text plans

 View a short text plan (SQL)
  1. Connect to a database as a user with DBA authority.

  2. Execute the EXPLANATION function.

 View a long text plan (SQL)
  1. Connect to a database as a user with DBA authority.

  2. Execute the PLAN function.

 See also