<?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; Concatenate</title>
	<atom:link href="http://www.sqltutorials.net/category/concantenate/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>How to Use the Trim Function</title>
		<link>http://www.sqltutorials.net/concantenate/how-to-use-the-trim-function.html</link>
		<comments>http://www.sqltutorials.net/concantenate/how-to-use-the-trim-function.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 17:05:44 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Concatenate]]></category>

		<guid isPermaLink="false">http://www.sqltutorials.net/concantenate/how-to-use-the-trim-function.html</guid>
		<description><![CDATA[When running more complex queries, such as concatenating strings, often times you may need to trim whitespace from the values. Let&#8217;s look at an example of this. Remember the query we ran for concatenating: SELECT CONCAT (productName, ” , ” , price) FROM products; As it is the output would be XBOX , $399 Let&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.sqltutorials.net/concantenate/how-to-use-the-trim-function.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Concantenate Strings</title>
		<link>http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html</link>
		<comments>http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 15:38:06 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Concatenate]]></category>

		<guid isPermaLink="false">http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html</guid>
		<description><![CDATA[A word of warning about concatenating with sql, if the data used is one that is created by a user where query strings are created dynamically, there could be a possibility of an sql injection. This method is best used for outputting information you have in a database. For example, let&#8217;s say you have a [...]]]></description>
		<wfw:commentRss>http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
