Skip to main content

Analyzing Activity Logs with Lead

  • Chapter
  • First Online:
Practical Oracle SQL
  • 1382 Accesses

Abstract

Logs can be many things, and sometimes you are lucky that each line of the log is self-contained and has all the data you need to analyze the log. But most often a row in a log table pinpoints that at this exact moment in time, this specific activity occurred – and the interesting fact you need to analyze is how long time there was between rows in the log. This is where analytic functions lag and lead come in very handy, as they can be used on a given row to retrieve information from previous rows (lag) or next rows (lead) in a given order. You can often choose to use either lag or lead depending on how you build your logic.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2020 Kim Berg Hansen

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Berg Hansen, K. (2020). Analyzing Activity Logs with Lead. In: Practical Oracle SQL. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-5617-6_14

Download citation

Publish with us

Policies and ethics