Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.10.0
-
None
-
None
-
None
Description
Support syntax of select from multiple tables. This kind of syntax is used in many customer case and standard benchmarks (TPC-H, TPC-DS) e.g.
select * from t1,t2 where t1.c = t2.z;