rewgupko
unread,Jan 5, 2020, 11:40:45 AM1/5/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SportsDataBase
Try the replace function.
‘your query here’ and R((‘your query here’,date,team))!=(True,date,o:team)
Here’s an example in the NBA for all totals equal to 200.
total=200 and R((total=200,date,team))!=(True,date,o:team)