A date, time, number is produced every 1 hour and this will be Try number 1. However, there are times when there is a second Try will happen to collect the number for the same date and Time.
I would like to select Date, Time and Number for Try number 2 instead of number 1 if it exist.
Output needed
Code
SELECT Date, Time, Number, Try
FROM DB1 DB1
WHERE (Date>={ts '2021-01-26 00:00:00'})
ORDER BY Date, Time