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

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Reference » Using SQL » SQL functions » Alphabetical list of functions

 

TRACED_PLAN function [Miscellaneous]

This function is used by Sybase Central to generate a graphical plan for a query using tracing data.

Syntax
TRACED_PLAN( logging_session_id, query_id )
Parameters
  • logging_session_id   Combined with query_id, this INTEGER parameter identifies a row from the sa_diagnostic_query table for which to generate the plan.

  • query_id   Combined with logging_session_id, this INTEGER parameter identifies a row from the sa_diagnostic_query table for which to generate the plan.

Remarks

This function is for use by Sybase Central.

See also
Standards and compatibility
  • SQL/2003   Vendor extension.