-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.0-incubating
-
Component/s: None
-
Labels:None
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