Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query6668.q
blob: 6412b6c33d72604205bef79e5b024ac7e64fe225 [
file
] [
log
] [
blame
]
select
promotion
.
promotion_name
as
c0
from
promotion
as
promotion
where
UPPER
(
promotion
.
promotion_name
)
=
UPPER
(
'Big Time Discounts'
)
group
by
promotion
.
promotion_name order
by
promotion
.
promotion_name ASC NULLS LAST
;