M
michaaal
I use the following SQL command in my ASP webpage...
SELECT DISTINCT CarList,CarListID FROM Model
My problem is that I would like for "CarList" to be distinct and not
"CarListID". How can I fix this problem?
SELECT DISTINCT CarList,CarListID FROM Model
My problem is that I would like for "CarList" to be distinct and not
"CarListID". How can I fix this problem?