![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: LAST
Definition: [AGGREGATE FUNCTION] KEEP (DENSE_RANK LAST ORDER BY [COLUMN | EXPRESSION] [ASC | DESC] ) In the syntax, KEEP keyword is used as an indication that only LAST values are returned. Note that DENSE_RANK is ranks the grouped rows and used to extract minimum or maximum value. Example Usage: SELECT Related Links: Related Code Snippets:
|
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 130 users online © 2009 psoug.org |