Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
select count ( * ) from lineitem a, myisamdb.orders b where a.l_orderkey = b.o_orderkey and b.o_custkey = 1;
select count ( * ) from lineitem a, myisamdb.orders b where a.l_orderkey = b.o_orderkey and b.o_orderkey < 10 and substr(b.o_orderpriority,1,2) = '1-';