关于最大值最小值的问题
Adodc1.RecordSource = "select Max(电度电费) as 最大值,Min(电度电费) as 最小值,AVG(电度电费) as 平均值,sum(电度电费) as 总量 FROM 售电表 where 公司 = '" & Combo1.Text & "' and 年份 = " & Combo2.Text & " "Adodc1.Refresh
为什么我语句如上但是运行结果如图啊
2017-05-09 12:15
2017-05-09 12:15
2017-05-14 14:19