Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
join.q
blob: d5036ca0b575c13757e202b9e4ffdd1dfaa95440 [
file
] [
log
] [
blame
]
select
student
.
name
,
student
.
age
,
student
.
gpa
,
voter
.
registration
from
student join voter on
(
student
.
name
=
voter
.
name
);