SQL query
#1

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...
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)