摘要:
本文来自:万一代码文件://分组条件可以是 Whereprocedure TForm1.Button1Click(Sender: TObject);begin with ADODataSet1 do begin Close; CommandText := 'SELECT Continent, AVG(Area) AS 平均面积 ' + 'FROM country WHERE Continent="South America" GROUP BY Continent'; Open; end;end;//也可以是 Havingprocedure T 阅读全文
posted @ 2012-02-18 15:21
星辰日月00
阅读(290)
评论(0)
推荐(0)