如果是sqlserver数据库的话,这样写
cmd.CommandText = "SELECT DISTINCT 考试名称,学校,年级,学校班级 From {小生表} where convert(int, 年级) < 7 "