I'm trying to do:
SELECT ROW_NUMBER() OVER(PARTITION BY ID) FROM tableA;
Will FedSQL give me window functions to do this?
No, there are other ways to accomplish this, via a data step or PROC usually.
Not sure about FedSQL, but but in PROC SQL you could mimic some of the window function by letting SQL re-merge statics with original data. That will be forced when there is mismatch between the GROUP BY clause and columns in the SELECT clause that doesn't contain any aggregate function. Also, this method is probably not as efficient a "true" window function performs with an appropriate implementation.
Can't tell though how you example should be resolved, a simple have and want sample data would help.
FedSQL does not currently support windowing functions.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.