Sign in
apache
/
drill-test-framework
/
e7648f05ad9c828f9deacba058aefa394b901978
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
join_using.q
blob: f86f8b2470d82c8795fddd08f6e77220a2162c31 [
file
] [
log
] [
blame
]
select
student
.
name
,
student
.
age
,
student
.
gpa
,
voter
.
registration
from
student inner join voter
using
(
name
);