<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL Tutorials &#187; Misc. Functions</title>
	<atom:link href="http://www.sqltutorials.net/category/misc-functions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sqltutorials.net</link>
	<description>Learn database design and the SQL language.</description>
	<lastBuildDate>Sun, 20 Sep 2009 00:18:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SQL Length Function</title>
		<link>http://www.sqltutorials.net/misc-functions/sql-length-function.html</link>
		<comments>http://www.sqltutorials.net/misc-functions/sql-length-function.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 00:09:50 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Misc. Functions]]></category>
		<category><![CDATA[sql functions]]></category>
		<category><![CDATA[tsql]]></category>

		<guid isPermaLink="false">http://www.sqltutorials.net/?p=66</guid>
		<description><![CDATA[The Length function in SQL is used to get the length of a string. The syntax is: LEN(string) Let&#8217;s take a look at some examples. Assume we have the following table: Store Regions Region StoreName East Boston East New York West LA West San Diego Example 1: SELECT Length(storename) FROM Geography WHERE storename = &#8216;Los [...]]]></description>
		<wfw:commentRss>http://www.sqltutorials.net/misc-functions/sql-length-function.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
