delect From table Where Rowid In 
( Select Min(Rowid) From table t  Where staff_id='13'Or staff_id='16'  Group By staff_id)IN里面的语句是可以成功执行的
Select Min(Rowid) From table t  Where staff_id='13'Or staff_id='16'  Group By staff_id