Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
replace2.q
blob: 6a864aa0b0a5ba329415818a5ec6264ca86d90f8 [
file
]
select
`replace`
(
student_id
,
0
,
5
),
`replace`
(
name
,
'v'
,
'V'
),
`replace`
(
age
,
3
,
2
),
`replace`
(
gpa
,
1
,
2
),
`replace`
(
studentnum
,
78
,
0
)
from
student_csv_v
where
student_id
=
10
;