select * from ss_test_result as b where not exists(select 1 from ss_test_result where service_id= b.service_id and b.create_date<create_date )
转载于:https://www.cnblogs.com/dandeliongogo/p/6636005.html
select * from ss_test_result as b where not exists(select 1 from ss_test_result where service_id= b.service_id and b.create_date<create_date )
转载于:https://www.cnblogs.com/dandeliongogo/p/6636005.html