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