Solved
Try this
SELECT
wtc.wtchgrequestnumber as "CRNumber",
wtc.name AS "CRName",
wtp.name as "EndItemName",
wtp.wtpartnumber as "EndItemNumber"
FROM
WTPartMaster wtp,
WTChangeRequest2Master wtc,
SubjectProduct sp,
controlbranch cb
WHERE
wtp.ida2a2= sp.ida3a5 AND
sp.branchida3b5= cb.ida2a2 AND
cb.ida3b5=wtc.ida2a2;
Thank you
Binesh Kumar
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

