Dear Experts,
When we do query to link between base document and target document , what is differences between
1) inner join tableB on tableA.Trgetentry=tableB.DocEntry
and
2) inner join tableB on tableA.DocEntry=tableB.BaseEntry
?
why these two will return different result?
Thank you
Request clarification before answering.
Hi
I make Following joins and it gives correct results
Select * From ORDR inner Join RDR1 on ORDR.DocEntry = RDR1.DocEntry Inner Join DLN1 on RDR1.DocEntry = DLN1.BaseEntry and ORDR.ObjType = DLN1.BaseType
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 13 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.