update column in helper script

This commit is contained in:
Collin M. Barrett 2018-08-15 19:48:54 -05:00
parent 054f4989ea
commit 443cc46545

View file

@ -3,7 +3,7 @@ SELECT
ModifiedDateUtc - CreatedDateUtc As ProcessingTimeSecs,
CreatedDateUtc,
ModifiedDateUtc,
IsCompleted
WasSuccessful
FROM snapshots
WHERE ModifiedDateUtc - CreatedDateUtc > 30 OR IsCompleted = 0
ORDER BY ProcessingTimeSecs DESC