sql server sql server删除重复记录只保留一条 delete from sys_project from sys_project as aa left join ( select min(id) as id from… kim 2020-01-16 No Comments