rameshfaj Posted June 3, 2008 Share Posted June 3, 2008 I have a table say table1 which has fields like field1t1,field2t1....................... and another table say table2 which has fileds like field1t2,field2t2.............. Now I have to write a trigger such that every entry/insert in the table1 which has the fieldt1 with value 0(and not for other values),will insert a value in the table2. Now can I do this?Can anyone help me? Link to comment https://forums.phpfreaks.com/topic/108499-mysql-triggers/ Share on other sites More sharing options...
fenway Posted June 3, 2008 Share Posted June 3, 2008 You should probably consult the mysql refman on triggers... Link to comment https://forums.phpfreaks.com/topic/108499-mysql-triggers/#findComment-556621 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.