What is the correct SQL for a trigger to copy a record to an identical table?

Posted by Owen on Stack Overflow See other posts from Stack Overflow or by Owen
Published on 2010-04-28T14:28:36Z Indexed on 2010/04/28 14:33 UTC
Read the original article Hit count: 193

Filed under:
|
|

I have two tables TABLE1 and TABLE2 with identical structures. I need a trigger to copy a record after insert from TABLE1 to TABLE2. What's the proper SQL for this?

© Stack Overflow or respective owner

Related posts about sql

Related posts about Oracle