Hi,
I want join 3 table to Store Procedure or View Example :
Table A :
No. Name
001 Fish
003 Mouse
005 Horse
Table B :
001 Fish
002 Dog
Table C :
No Name
002 Dog
004 Cat
006 Monkey
I want Output is :
Table A Table B Table C
001 001 -
- 002 002
003 - -
- - 004
005 - -
- - 006
Can you Help Me ? Please ...
Thank's
I want join 3 table to Store Procedure or View Example :
Table A :
No. Name
001 Fish
003 Mouse
005 Horse
Table B :
001 Fish
002 Dog
Table C :
No Name
002 Dog
004 Cat
006 Monkey
I want Output is :
Table A Table B Table C
001 001 -
- 002 002
003 - -
- - 004
005 - -
- - 006
Can you Help Me ? Please ...
Thank's