试下这个代码
Dim cmd As New SQLCommandcmd.CommandText = "select 列名 From 表名 where [_Identify] In (Select max([_Identify]) From 表名 Group by 列名)"cmd.ExecuteNonQuery()