How can I get a query execution plan in Informix?
I need something similar to what I get in Oracle s explain planor SQL Server s set showplan_all on.
I am connecting to a .NET application (using IBM.Data.Informix) if this is important.
Thanks!
source
share