Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add a '!plan' command to SqlRun, to display the plan of the current query.
You can enter the query once and display its results and its plan:
select * from t; EMPNO ---- 100 !ok EnumerableTableAccessRel(table=[T]) !plan