When i execute Select Y,ID from Table1 right join Table2 on Table1.x=Table2.Y
I get the output as
Y ID
1
2 I001
3
I want to get the Name of ID from Table 3
The output should be somewhat like this
Y ID Name
1
2 I001 QER
3
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.