Can anyone help ?

124 views
Skip to first unread message

CDV

unread,
Mar 19, 2022, 10:21:05 AM3/19/22
to SportsDataBase

Joe Meyer

unread,
Mar 20, 2022, 11:07:54 AM3/20/22
to SportsDataBase
Things are a bit more complicated with user input data.

Your NBA SDQL: 

sorted(list:p:points) [-1] >30

fails because there is more than one player-level table.

You can use the full form for player reference:

sorted(Player:list:p:points)[-1]>30 

or, more simply:

Player:max:p:points>30

For more on player-level queries, please have a look at the manual page at:
best regards,

Joe Meyer
Sports Database LLC

Gambrinus

unread,
Mar 23, 2022, 5:32:54 PM3/23/22
to SportsDataBase

CDV

unread,
Mar 25, 2022, 10:46:47 PM3/25/22
to SportsDataBase
Thank you 
Very much appreciated for all the help !!! 

Reply all
Reply to author
Forward
0 new messages