答案:select * from 表 a where not exists (select 1 from 表 where class = a.class and [max] > a.[max])
其他:select name from 表名 group by class order by max desc,取第一条就可以了
上一个:连接失败: SQLState:'01000' SQL Server 错误: 53 [Microsoft][ODBC SQL Server Driver][DBNETLIB]Connec
下一个:sql server2005 表变量 现在我想定义一个表变量,里边的字段结构,想和己有的表一样,怎么定义??