with t as 

(

   select top(1)* from testtest where aa='aa' order by bb

)

delete from t

 

相关文章: