Hello to all
I have a table with date time column ex
16/10/2020 08:00:00
17/10/2020 08:30:00
18/10/2020 10:20:00
How I can to select only and exclusively some rows by giving an input of the type
19/10/2020 08:50
does not matter the day (19/10/2020) but only hours and minutes?
In my example
I want get only 3th (18/10/2020 10:20:00)
Thank you to all in advance
I'll try to to_timestamp and cast Bu I no success