Hi I have a databse which consists of males and females. The field which records this is called "gender" I need an SQL statement which will count the number of males and count the number of males and females and return the respective counts to my ASP page.
I'd like to preferably have the counts as a recordset if possible, in this format
Males Females
456 3000
Can Anyone help.
Cheers
Mayoor
I'd like to preferably have the counts as a recordset if possible, in this format
Males Females
456 3000
Can Anyone help.
Cheers
Mayoor