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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 的用法 » 查询处理 » 查询优化与执行 » 读取执行计划 » 读取文本计划

 

查看简要文本计划和详细文本计划

♦  查看简要文本计划 (SQL)
  1. 以具有 DBA 权限的用户身份连接到数据库。

  2. 执行 EXPLANATION 函数。请参见EXPLANATION 函数 [Miscellaneous]

♦  查看详细文本计划 (SQL)
  1. 以具有 DBA 权限的用户身份连接到数据库。

  2. 执行 PLAN 函数。请参见PLAN 函数 [Miscellaneous]