Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6687.q
blob: 01d3d5ed92ae4bc7f4cc58b9576187a142b9bcc9 [
file
] [
log
] [
blame
]
select
promotion
.
promotion_name
as
c0
from
promotion
as
promotion
where
UPPER
(
promotion
.
promotion_name
)
=
UPPER
(
'No Promotion'
)
group
by
promotion
.
promotion_name order
by
promotion
.
promotion_name ASC NULLS LAST
;