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