just want to know if there is a way that I can generate a list of dates for a certain date range (e.g.2023-01-01 to 2023-01-20) with timestamp at an hourly interval in Teradata using SQL
Results that I want to derive (each date will have 24 rows)
2023-01-01 00:00:00
2023-01-01 01:00:00
.
.
.
2023-01-01 23:00:00
2023-01-02 00:00:00
.
.
Many thanks!