<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: mssqlserver code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 04:58:04 GMT</pubDate>
    <description>DZone Snippets: mssqlserver code</description>
    <item>
      <title>Simulate a (mysql)LIMIT on "MS SQLserver"</title>
      <link>http://snippets.dzone.com/posts/show/4492</link>
      <description>return lines from 7995 to 8000 (5 lines)&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;select * from (&lt;br /&gt;select top 5 * from &lt;br /&gt;(select top 8000 * from TABLE order by 1 asc) as tbl1 order by 1 desc &lt;br /&gt;) as tbl2 order by 1 asc&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 05 Sep 2007 15:02:59 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4492</guid>
      <author>manatlan (manatlan)</author>
    </item>
  </channel>
</rss>
