Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
DRILL4707_2.q
blob: fa45316fcf26b0a9189d3e499d121d6e60000dca [
file
] [
log
] [
blame
]
select
student_id
as
StudenT
,
name
as
student
from
student
;