Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザー ID と日付で識別されるトランザクションの大きなテーブルがあります。各ユーザーの最後のトランザクションについて、前回のトランザクションからの経過時間を計算したいと思います。これを行うために使用できるラグ演算子のようなものはありますか?
ウィンドウ集計関数を使用して Teradata で LEAD と LAG を実現する例は、こちらにあります。