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