hai
I have problem in syntax SQL .
Can you Help give the syntax ,
How can compare 3 tables with the record different ?
Example :
Table A and Table B and Table C
Table A is Record
NO. Name
001 Paper
002 Fish
003 Stick
Table B is Record
NO. Name
001 Paper
003 Stick
Table C is Record
NO. Name
001 Paper
003 Stick
004 Pen
Output
Table B diffrent with Table A is 002 Fish
Table C diffrent with Table A is 002 Fish
Table A diffrent with Table C is 004 Pen
Table B diffrent with Table C is 004 Pen
Can you give the syntax for me.
Thank You
I have problem in syntax SQL .
Can you Help give the syntax ,
How can compare 3 tables with the record different ?
Example :
Table A and Table B and Table C
Table A is Record
NO. Name
001 Paper
002 Fish
003 Stick
Table B is Record
NO. Name
001 Paper
003 Stick
Table C is Record
NO. Name
001 Paper
003 Stick
004 Pen
Output
Table B diffrent with Table A is 002 Fish
Table C diffrent with Table A is 002 Fish
Table A diffrent with Table C is 004 Pen
Table B diffrent with Table C is 004 Pen
Can you give the syntax for me.
Thank You