Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
initcap.q
blob: a702857b3e38ca6edb5a97cd13d3ba2db671dbed [
file
] [
log
] [
blame
]
select
initcap
(
name
)
from
voter
where
age
<
25
;