Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
crossjoin
/
projectOneTable5.sql
blob: c447395602c688ab80d20bd28764b08fff8defff [
file
] [
log
] [
blame
]
set
`
planner
.
enable_nljoin_for_scalar_only
`
=
false
;
select
c
.
c_custkey
from
customer c
cross
join
orders o
order
by
c
.
c_custkey limit
10
;
reset
`
planner
.
enable_nljoin_for_scalar_only
`;