Sign in
apache
/
drill-test-framework
/
e082dbdd35d528c886418392b1428073c020669b
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query449.q
blob: fad301f1674bdee9b837357bfedab539b7a1b6d6 [
file
] [
log
] [
blame
]
select
store
.
store_country
as
c0
from
store
as
store
where
UPPER
(
store
.
store_country
)
=
UPPER
(
'/***an illegal comment****/Marital Status'
)
group
by
store
.
store_country order
by
store
.
store_country ASC NULLS LAST
;