SA-MP Forums Archive
SQL query - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: SQL query (/showthread.php?tid=574080)



SQL query - pantelimonfl - 13.05.2015

So, I have the following table:
Код:
id number(4)
name varchar(50)
group number(4)
sex char(1)
And I have to show the groups which contain at least two female students but I don't know what is the condition after
Код:
SELECT group FROM students WHERE...



Re: SQL query - Kaperstone - 13.05.2015

http://stackoverflow.com/questions/1...e-a-value-of-x