I have created table "A" include "Time", "User Name" and "Coordinate" from some existing tables in my database. How can I insert a new values into the created table "A" at every hour? I need something to check if there is a new data show up in my database that not exist in my created table "A", if yes, insert those new values into my table "A". If no, keep my table as it is and check back again after one hour... and so on