Re: help with a query

2021-11-15 Thread Francisco Olarte
Yarden: On Mon, 15 Nov 2021 at 10:30, yarden tamam wrote: > i have data bast that represents basketball teams. and i'm trying to find one > team that has not won yet but has gain that most points during their games > from the other team who have not won yet. > i wrote a query that is checking i

Re: help with a query

2021-11-15 Thread Bruce Momjian
On Mon, Nov 15, 2021 at 09:30:03AM -0500, Bruce Momjian wrote: > > Due to time constraints, I do not directly answer general PostgreSQL > questions. For assistance, please join the appropriate mailing list and > post your question: > > https://www.postgresql.org/community > > You can also

Re: help with a query

2021-11-15 Thread Bruce Momjian
Due to time constraints, I do not directly answer general PostgreSQL questions. For assistance, please join the appropriate mailing list and post your question: https://www.postgresql.org/community You can also try the #postgresql IRC channel on irc.freenode.net. See the PostgreSQL FA

help with a query

2021-11-15 Thread yarden tamam
i have data bast that represents basketball teams. and i'm trying to find one team that has not won yet but has gain that most points during their games from the other team who have not won yet. i wrote a query that is checking if a team has not won at all. but i'm trying to figure out how to coun