Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
upper.q
blob: 14bb5c25e8dc923fc3bab3f499dcd5d254788cb0 [
file
] [
log
] [
blame
]
select
upper
(
name
)
from
voter
where
voter_id
=
10
;