I have a working select distinct statement that returns a recordset to ASP containing all records from my table, each record with a unique "email" value
"SELECT DISTINCT email from myTable"
However in addition the email address I also want all other columns of data in my recordset i.e. dob, gender etc but the statement above only selects the "email" column data.
Can anyone help me ?
thanks in advance
gelboe
"SELECT DISTINCT email from myTable"
However in addition the email address I also want all other columns of data in my recordset i.e. dob, gender etc but the statement above only selects the "email" column data.
Can anyone help me ?
thanks in advance
gelboe