Here is two tables: -
Table A cols
Message
location
city
Table B cols
Message
location
city
I want to create a trigger, so that when any matching message column "HELLO" comes to table A, it gets to table B and get deleted from table A.
Table A cols
Message
location
city
Table B cols
Message
location
city
I want to create a trigger, so that when any matching message column "HELLO" comes to table A, it gets to table B and get deleted from table A.
Comment