Re: Problem with ASP + mySQL

2001-12-04 Thread ST Ooi
D]> Sent: Wednesday, December 05, 2001 5:39 AM Subject: Problem with ASP + mySQL > Dear all, > > I am having the following problem with ASP + mySQL > Actually, when executing the following Query: > SELECT Min(Col1), Col2 FROM Table1 GROUP BY Col2 > > I get an empty recordSe

Problem with ASP + mySQL

2001-12-04 Thread Jimmy44 --
Dear all, I am having the following problem with ASP + mySQL Actually, when executing the following Query: SELECT Min(Col1), Col2 FROM Table1 GROUP BY Col2 I get an empty recordSet, while executing the following query doesn't return an empty recordSet: SELECT Col1,Col FROM Table1 GROUP BY