Page 1 of 1

full-outerjoin using

Posted: Tue Mar 12, 2013 12:19 pm
by smohd1338
main_program: Fatal Error: Destination "leftRec.leftRec_EmployeeReconId" is already bound.

does anybody have any idea what does this mean?

I am using this as key in full outer join

Posted: Tue Mar 12, 2013 12:22 pm
by prasson_ibm
Hi,
What is the datatype and nullability of this column?

Posted: Tue Mar 12, 2013 12:46 pm
by smohd1338
Hi,

its is notnull and varchar.

To give little history wt ia m doing, i have this two bills i am comapring , Prior Vs current,

In would be nending to go aand get the employeereconid added in current bill, dropped from prior bill. i ahve joined the two sqls on employee reconid and in trnasormer based on constaraints iam separating added and terminated, for the rest "emprecids" on both bills, i ll have to now cehck for their "certs" additions and termonations, so again ia m doing fullouter, with emprecid(Previously done) and certs? so doing fullouter twice on same field matter?

Posted: Tue Mar 12, 2013 1:44 pm
by prasson_ibm
Hi,
I didnt get your explanation clearly but i dont think full outer join on same filed matters.

Just search your error in this forum,you will get multiple result.For your reference i am giving you below link:-

viewtopic.php?t=127756&highlight=already+bound

Posted: Tue Mar 12, 2013 1:52 pm
by smohd1338
thanks