Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query58.q
blob: c4caa85bec07f6e827a07912bc64110817def481 [
file
] [
log
] [
blame
]
select
customer
.
lname
as
c0
from
customer
as
customer
group
by
customer
.
lname order
by
customer
.
lname ASC NULLS LAST
;