Dose MAX function consider the seconds in time stamp.
I have two rows with the same details but differ in last_update_date time stamp (2023-06-09T18:08:53.000+00:00 and 2023-06-09T18:08:54.000+00:00) I want to get this 2023-06-09T18:08:54.000+00:00 time stamp row for this I have used MAX function to get this row but unfortunately it's not picking it up this row. I think the MAX function doesn't consider the seconds. Please Help me with this.