|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: LAG
Definition: LAG(value_expression [,offset] [,default]) OVER ([query_partition_clause] order_by_clause) The default value is returned in case the offset moves the cursor position beyond the scope of the result set. It is NULL by default. Example Usage: SELECT EMPNO, ENAME, SALARY, Related Links: Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |