Page 1 of 1

How I can do Cross Join

Posted: Thu Oct 23, 2008 12:00 pm
by snassimr
Hi , everybody !!!

I have two files and I need to get CROSS JOIN Between them . How I can to perform it .

Thanks

Posted: Thu Oct 23, 2008 3:28 pm
by ray.wurlod
Merge stage.

Posted: Sun Oct 26, 2008 2:22 am
by snassimr
What Join Type to use there ? It seems none of existing Joint types don't give me the cross join

Posted: Sun Oct 26, 2008 6:57 am
by chulett
From what I recall, the "Complete Set" join type should be what you are looking for.

Join command of unix

Posted: Fri Oct 31, 2008 8:44 am
by nandwana_chetan
Hi you can use join command of unix . here you can specify key columns and you can do it easily