Log in

View Full Version : Inserting rows using mysql


srinivas_sree
Apr 13, 2012, 08:49 PM
I have two tables namely sms and bd_paid_bribe. I want to insert a column "Message" of sms table into "c_addi_info" column of bd_paid_bribe table. And whenever the Message is inserted into sms table it should automatically get inserted into bd_paid_bribe table also. What should I do??
Please suggest me answer as quickly as possible.