Closed wms closed 4 years ago
An additional WHERE clause needs to be added to the SELECT ... FROM spans query to only return 'complete' spans (ie, omit spans where we've recorded the 'ended' state before the 'started' state.)
WHERE
SELECT ... FROM spans
An additional
WHERE
clause needs to be added to theSELECT ... FROM spans
query to only return 'complete' spans (ie, omit spans where we've recorded the 'ended' state before the 'started' state.)