摘要:
from http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/IntroductionToday we have a very interesting subject t... 阅读全文
posted @ 2014-06-27 12:17
princessd8251
阅读(158)
评论(0)
推荐(0)
摘要:
DECLARE @page INT, @size INT;select @page = 300, @size = 10SELECT *FROM gpcomp1.GPCUSTWHERE company like 'a%'ORDER BY CUSTNOOFFSET (@page -1) * @size ... 阅读全文
posted @ 2014-06-27 11:51
princessd8251
阅读(386)
评论(0)
推荐(0)
浙公网安备 33010602011771号