3333
可以的,多个条件用and连接即可
select *
from table_a a
inner join table_b b on b.x=a.x and b.y=a.y and b.z=a.z