Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
DRILL4707_16.q
blob: 28207b057f31aa9cb16737a174d53764d076f8e8 [
file
] [
log
] [
blame
]
select
student_id
as
Student
,
name
as
sTudent
,
age
as
stUdent
,
gpa
as
stuDent
,
studentnum
as
studEnt
,
create_time
as
student
from
student
;