Zymark Autotrace Workstation 自动固相萃取仪
set autotrace traceonly 查看执行计划 ; 与ON相似
SET AUTOTRACE ON EXPLAIN 只显示执行计划
SET AUTOTRACE ON STATISTICS 只显示执行的统计信息
SQL set autotrace on statistics 只显示统计信息
SQL set autotrace on explain 只显示执行计划
The example given below shows the output for AUTOTRACE when set to ON.
下面给出的示例显示将 AUTOTRACE 设置为 ON 时的输出。
Set AUTOTRACE ON: Produces the result set and the explain plan, and lists statistics.
真正执行查询,显示查询结果集,显示执行计划,显示统计数据。
Set AUTOTRACE TRACEONLY: Displays the explain plan and the statistics; you will not see the result set, although the statement is executed.
真正执行查询,但不显示查询结果集,显示执行计划,显示统计数据。
应用推荐