blob: 1dcfd77b1541bcd4107cc214352c2151f9b63c53 [file] [log] [blame]
select * from customer a
left outer join nation_multifile b on a.c_nationkey = b.n_nationkey
where b.n_nationkey = 100;