How can I get the execution plan for a query in Informix?
I need something similar to what I get in Oracle with explain plan
or in SQL Server with set showplan_all on
.
I'm connecting from a .NET application (using IBM.Data.Informix), if that's important.
Thanks!