S
Siegfried Heintze
I have a table with columns of type Date/Time labled dtStart and
dtCompleted.
How would I write a SELECT statement that would select all the rows that are
older than 24 hours (based on the completed time) and have an execution time
greater than 1 hour and order by the longest execution time (where execution
time is computed by taking the difference between the start time and the
completed time)?
Thanks,
Siegfried
dtCompleted.
How would I write a SELECT statement that would select all the rows that are
older than 24 hours (based on the completed time) and have an execution time
greater than 1 hour and order by the longest execution time (where execution
time is computed by taking the difference between the start time and the
completed time)?
Thanks,
Siegfried