|
Archives of the TeradataForumMessage Posted: Tue, 25 Aug 2004 @ 03:19:52 GMT
Just QUALIFY on the same windowed RANK expression as in the SELECT list. You could repeat the actual expression if you want to, but the example below uses an alias: SELECT a.id, fullname, yearmonth, actualhrs, RANK() OVER (PARTITION BY yearmonth ORDER BY actualhrs DESC) AS Z FROM resource_time a join people_info b on a.id = b.id QUALIFY Z <= 10
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||