最新的记录 有没时间字段 ,有的话 按照 时间 排序一下, 例如select top 1 * from a where time desc 根据时间 time字段 查询最新的一条.没有时间字段的话应该有主键id 一般都是自增的.select top 1 * from a where id desc