-1

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.

2 Answers2

0

You can use an INSERT trigger.

Here is a Stackoverflow article: SQL Server 2008 - Help writing simple INSERT Trigger

Community
  • 1
  • 1
Shree29
  • 634
  • 11
  • 29
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