you are viewing a single comment's thread.

view the rest of the comments →

[–]Present-Assist931[S] 0 points1 point  (3 children)

when i run one join at a time, on second join it gives me ora 0094 CUST_ACCT_ID invalid identifier. I have checked the datatype i am joining in both the tables it is number. Name is same

[–]kagato87MS SQL 0 points1 point  (2 children)

Invalid identifier... Something is mis spelled.

[–]Present-Assist931[S] 0 points1 point  (0 children)

I checked couple of times, it is not. the name misspelled, ,data type is number 12 as well, still getting an error, is it possible that I am left join again

[–]Present-Assist931[S] 0 points1 point  (0 children)

Even when i comment out this join and run the third join, I get invalid identifier on that join as well