Hi,

I have a where condition in sql query like below


 Table1.col1=Table2.col3 and Table2.col2=Table3.col1 and
Table3.col3=Table1.col2

In Pig,

Can i write like below

A= Table1
B=Table2
C=Table3

Joins = join A by col1,B by col3 and  B by col2,C by col1 and C by col3,A
by cole

Please help me.

Raj

Reply via email to