I'm a novice at SQL and wondering if anyone knew of a way to update multiple time entries in a table in increments of 5 minutes? The table is not very large and I would like the date to start off for example today at 800AM and then increment to the next entry with a new time of 805AM.
If you need more info please let me know. The column is datetime format. Here is a sample from the table 2016-12-14 10:00:00.000.
So I would want to update the SCHEDTIME Column from this > initial table
To this > with dates changed