Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Advanced
/
mondrian
/
query2454.q
blob: 51ef8b94f7e3d7a657cc6e0c5d4bd520f8af0a4a [
file
] [
log
] [
blame
]
select
count
(*)
from
(
select
distinct RTRIM
(
promotion_name
)
as
c0
from
promotion
as
promotion
)
as
init
;