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

 

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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
  • 414 views
  • 0 likes
  • 2 in conversation