首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

access中求最大值,

2012-01-12 
access中求最大值,在线等,急!!!请教各位:如何在access中利用select语句取出最大值?或者有没有其他的方法得

access中求最大值,在线等,急!!!
请教各位:
    如何在access中利用select语句取出最大值?
    或者有没有其他的方法得到数据库中同一个类下的不同id   的最大值?

[解决办法]
select max(id) from table
[解决办法]
我也没测试,你自己再测试测试吧,将

strSql.Append( "select max(id1) as a,min(id1) as b from etw_product where categoryName= " + name + " ");

改为

strSql.Append( "select max(id1) as a,min(id1) as b from etw_product where categoryName= ' " + name + " ' ");

热点排行