Rahul Jain 5 Posted October 14, 2020 Share Posted October 14, 2020 Table A Col1 Col2 1 A 2 B 3 C 4 * Table B Col2 Col3 A 21 A 23 B 45 C 11 Table C (As expected resultI am looking for a solution to add row (inner join) , in case of * all the rows from table B) Col2 (Table A) Col2(Table B) Col3(Table B) A A 21 A A 23 B B 45 C C 11 * A 21 * A 23 * B 45 * C 11 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now