次の情報で構成される車両の GPS データを見ています。
vehicle day ignition landmark
---------------------------------------------------
Sample Guy 1 7/5/2013 14:32 on
Sample Guy 1 7/5/2013 15:10 off Random Place B
Sample Guy 1 7/5/2013 15:15 on Random Place B
Sample Guy 1 7/5/2013 15:20 off
Sample Guy 1 7/20/2013 18:14 on
Sample Guy 1 7/20/2013 18:20 off Random Place H
Sample Guy 1 7/20/2013 18:22 on Random Place H
Sample Guy 1 7/20/2013 18:24 off
Sample Guy 2 8/1/2013 12:10 on Random Place ZZ
Sample Guy 2 8/1/2013 12:12 on
Sample Guy 2 8/1/2013 12:15 off Random Place ZY
Sample Guy 2 8/1/2013 13:10 on Random Place ZY
Sample Guy 2 8/1/2013 13:15 off
ランドマークが Not Null である最初のイグニッションオフポイントと、ランドマークが Not Null である最後のイグニッションオンポイントを毎日見つけようとしています。理想的には、「期間」の計算フィールドを含めて、これら 2 つの値の間の DateDiff を表示できます。
ターゲット出力:
vehicle day ignition landmark
---------------------------------------------------------
Sample Guy 1 7/5/2013 15:10 off Random Place B
Sample Guy 1 7/5/2013 15:15 on Random Place B
Sample Guy 1 7/20/2013 18:20 off Random Place H
Sample Guy 1 7/20/2013 18:22 on Random Place H
Sample Guy 2 8/1/2013 12:15 off Random Place ZY
Sample Guy 2 8/1/2013 13:10 on Random Place ZY
これは複雑かもしれませんが、これを完了するための構成要素を理解し始めたいと考えています。みんな、ありがとう!