Showing posts with label php Inserting unique value from one table to another table. Show all posts
Showing posts with label php Inserting unique value from one table to another table. Show all posts

Inserting unique value from one table to another table

Wednesday, November 4, 2015

I have table with attributes ticket number and category. I need to insert data from this table into another table with ticket number as primary key.



What I need is if table 1 contains two entry for same ticket number, than I have to update the second table.



How do I go about doing this?