S
Siegfried Heintze
I have a table with fields called start and stop of type date/time. These
represent the start and stop times various scheduled tasks.
How would I write an sql query to select all the records that are older than
2 days?
How would I write an sql query to select the record oldest start time?
How would I write an sql query to select the task with the longest run
execution time where the execution time is the difference between the stop
and the start time?
Thanks,
Siegfried
represent the start and stop times various scheduled tasks.
How would I write an sql query to select all the records that are older than
2 days?
How would I write an sql query to select the record oldest start time?
How would I write an sql query to select the task with the longest run
execution time where the execution time is the difference between the stop
and the start time?
Thanks,
Siegfried