Explain Plan What is the Sybase equivalent of Oracle's Explain Plan?
I need to be able to determine what tables a query is dependent upon.
In oracle I can use Explain Plan to do that. How would I do it in
Sybase?
Thanks in advance for helping a n00b. |