The LAG function can be used in the following versions of Oracle/PLSQL: Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i Example The LAG function can be used in Oracle/PLSQL. Let's look at an example. If we had an orders table that contained the following data: ORDER_DATEPR...
Quick Links The "*" indicates the function supports the full analytic syntax, including the windowing clause. Hope this helps. Regards Tim... Back to the Top.