I need to get both table and here is the table structure
Table A
- UserID
- Username
- Status
- IntroCode
Table B
- IntroCode
- UserID
I want to get the table a data and join with table b on tblA.IntroCode = tblB.IntroCode, then get the username of tblB.userID. How can i do such join ?
I tried half way and stuck in the middle, please help. Thanks for reply