Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
DRILL4707_7.q
blob: 2d7d119de0806a5fa82ffebb8f5f6d2a29d233cb [
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
;