into corresponding fields.
1个回答

Most importantly though, change your WHERE condition so that the keys (VBELN) appear first. Depending on your database this could really mess up thinks if you don't place the keys first. This is good practice regardless of the database being used.Other than that, do as gaurav_anand7 suggested.Oh yeh, and swap the orde rof your ON clause so that:Code: Select allon Z"vbeln = a"vbeln becomes Code: Select allON a"vbeln = z"vbelnThis, depending again on your database, can make a difference.Dr Sidewalk 查看原帖