The following is my tables
table1
=========
id col1 col2
=====================================
1 firstrow firstrow2
2 secrow secrow2
table2
===========
id orignalvalue updatedvalue
===============================================
2 secrow2 Secondrow2
i need a trigger when my table1 values are updated,a row to be created in the table2 with the id,originalvalue and the updatevalue in it...This is just like an LOG table.