how to check for new table entry in MySql? I need to automate the task in java so every time a new row added to the table the scrip that I am writing give me alert.
Asked
Active
Viewed 78 times
2 Answers
0
You can use an INSERT trigger.
Here is a Stackoverflow article: SQL Server 2008 - Help writing simple INSERT Trigger
0
you can refer link below for you reference
http://solutioncenter.apexsql.com/get-an-alert-when-a-certain-record-changes/

Shree29
- 634
- 11
- 29