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.

Returns

LONG VARCHAR

Remarks

This function is for use by Sybase Central.

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