So, I have two TimeStamps values and I need to Split these two values based on the Interval time.
Like the
Start Time is '2024-01-01T10:00:00'
End Time is '2024-01-01T11:00:00'
Interval Time is '15mins'

What am expected the result of :

'2024-01-01T10:15:00'
'2024-01-01T10:30:00'
'2024-01-01T10:45:00'
'2024-01-01T11:00:00'

Can you please anyone drop here the query

0 6
0 29