So, sort of. These are fantasy services, so things will be geared more towards data in a fantasy context. So, let's assume you have a Fantasy Hockey league -- yes, you can make a request of the form:
CODE
select * from fantasysports.players.stats where league_key='<league key>' and sort=1
And that'll get you the top 25 players sorted by stat category 1, which happens to be goals. Of course, you have to know that goals are stat category 1, which makes it a bit trickier -- there's a stat_categories resource beneath the game that's accessible from the APIs (not in YQL) that'll explain all the stat_categories we offer, or you could ask for your league settings from YQL.