User-1716253493 posted
Im not sure about your requirement.
In sql you can have timestamp colomn, it's binary value.
When you insert, update the data timespan value become biggest value because it's increament value.
When you sort the data by timespan desc, last updated row will be at the top.
SELECT TOP(1) * FROM YOURTABLE ORDER BY TSCOL DESC
Another way, usualy in web form or sp you can keep the id of the row