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