hmzone 发表于 2016-10-21 01:47:26

mysql 获取当前字段最大id

  select max(id) from job_info group by job_id order by id desc;
页: [1]
查看完整版本: mysql 获取当前字段最大id