where i need to retrieve newly fetched records based on timestamp. I used "max" which only gives 1 record, and so is the case with desc and limit
I need to dynamically fetch records when the data loaded into the table
Task Task-B Timestamp
aaa bbb 2020-09-02 16:45:12
aa2 bb2 2020-09-02 17:16:10
aa3 bb3 2020-09-03 10:09:15
aa4 bb4 2002-09-01 09:14:34
Task aaa to aa3 are new, i need to retrieve only that
Task Task-B Timestamp
aaa bbb 2020-09-02 16:45:12
aa2 bb2 2020-09-02 17:16:10
aa3 bb3 2020-09-03 10:09:15