in reply to Using Perl and MySQL for Activity Log
...if a record exists, update the record... If a record doesn't exist, insert the new recordYou can use INSERT...ON DUPLICATE KEY UPDATE for this and set up a trigger for the record keeping. I assume these will play nicely.
|
|---|