MySQL Forums
Forum List  »  Newbie

Re: Add the word "new" when table is updated.
Posted by: Phillip Ward
Date: November 10, 2014 07:12AM

All you need is an update timestamp in the record.

The Application can keep track of when it last read data from the table; anything with a timestamp greater than that can be flagged as "new".

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: Add the word "new" when table is updated.
November 10, 2014 07:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.