Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
plus2.q
blob: fc9fe425b4b688549bcfda542d7cd694117aa9a0 [
file
]
select
(
student_id
+
5
),(
age
+
5
),
(
gpa
+
1.5
),
(
gpa
+
1
),
(
studentnum
+
500
)
from
student_csv_v
where
student_id
=
10
;