<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>ITCave.net</title>
	<link>http://itcave.net</link>
	<description>Just another Tech Blog</description>
	<lastBuildDate>Tue, 15 Jul 2008 08:06:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>TOP - a LIMIT work around for SQL Server</title>
		<description><![CDATA[Microsoft&#8217;s SQL Server has no implementation of the LIMIT clause as it is known from mySQL. This article is intended to explain a method using the TOP clause to imitate the behaviour of LIMIT.

Quick Answer:

Explanation:
Suppose you have a table called languages as shown below, with a single column named name listing esoteric programming languages.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
&#124;------------&#124;
&#124;name  [...]]]></description>
		<link>http://itcave.net/sql/extracting-ranges-using-top</link>
			</item>
	<item>
		<title>JavaScript inArray()</title>
		<description><![CDATA[Everybody who uses JavaScript every now and then is bound to sooner or later notice the absence of an inArray function, i.e. a function that allows you to check if a certain value is an element of an array.
When I went looking for a custom function to search arrays for me I found many approaches [...]]]></description>
		<link>http://itcave.net/javascript/inarray</link>
			</item>
</channel>
</rss>
