Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
position1.q
blob: 4d2db66ff6e24995b2c4693d1c694e11081984cf [
file
]
select
position
(
'il'
in
name
)
from
student_csv_v
where
name like
'%il%'
;