BookmarkSubscribeRSS Feed
Babloo
Rhodochrosite | Level 12

I know this is not a direct SAS question but still if someone can help it would be nice.  I'm connecting to Snowflake with explicit passthrough.

 

Any idea how to write the query like below without

  • introducing any new fields,
  • using exclude keyword
  • using CTE
  • using all the fields in group by

 This sql is not working due to 'unexcepted over'. I want to select the max of ntwk_cd group or partition by the field PBK

 

SELECT   top 1 * over(partition by PBK order by ntwk_cd desc)  FROM PRAC12
WHERE ID = '098'
and PBK=063;
1 REPLY 1
Patrick
Opal | Level 21

I never used it but based on documentation here I believe your are looking for the Snowflake QUALIFY clause.

Patrick_0-1709796643965.png

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 691 views
  • 0 likes
  • 2 in conversation