Hi folks, I have 2 tables which I'd like to perform joins via "!=" condition similar to the SQL syntax below:
select * from yee a left join yer b on a.loc != b.loc I've read through Pig Latin basics and books but there isn't a way I can do it. Is there some other way I can get around this? Thanks.
