Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
tpch
/
sf0dot01
/
original
/
json
/
jsonbug_DRILL1288.q
blob: 6ff9d58bbd97bed4d04105fd4375349c8ce9d40b [
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 desc limit
1
;