摘要:
select top 10 from (select ROW_NUMBER() over(order by Id) as rows, from Customer) as C where C.rows 30 order by Id select top 10 from Customer where i 阅读全文
posted @ 2018-03-06 13:22
学着用
阅读(217)
评论(0)
推荐(0)