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