Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
tpch
/
sf0dot01
/
original
/
json
/
jsonbug_DRILL-1288.q
blob: 04805adedcc01704ad2528ed6a003acb301bd4fd [
file
] [
log
] [
blame
]
select
s
.
s_suppkey
,
s
.
s_nationkey
,
n
.
n_name
from
supplier s
,
nation n
where
s
.
s_nationkey
=
n
.
n_nationkey order
by
s
.
s_suppkey limit
1
;