举个例子:
问题:一个表table(a,b),使用select top 5 (*) from table order by b,如果第5条记录&第6条记录的b相同.那么返回大于5条的记录.问题:一个表table(a,b),使用select top 5 (*) fro
举个例子:
问题:一个表table(a,b),使用select top 5 (*) from table order by b,如果第5条记录&第6条记录的b相同.那么返回大于5条的记录.问题:一个表table(a,b),使用select top 5 (*) fro