<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Concantenate Strings</title>
	<atom:link href="http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html</link>
	<description>Learn database design and the SQL language.</description>
	<lastBuildDate>Sat, 11 Apr 2009 14:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joćo Almeida</title>
		<link>http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html/comment-page-1#comment-213</link>
		<dc:creator>Joćo Almeida</dc:creator>
		<pubDate>Tue, 07 Oct 2008 16:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html#comment-213</guid>
		<description>Is it possible to use the CONCAT function to define the name of the table in a SELECT ?
For example:

SELECT id, name FROM (CONCAT(&#039;table&#039;,(SELECT number FROM tablenumber),&#039;series&#039;))

I need to do something that the table name depends on an other SELECT, unfortunatly my problem is that I can only use one query to do it.

And thoughts!?
Thanks in advanced</description>
		<content:encoded><![CDATA[<p>Is it possible to use the CONCAT function to define the name of the table in a SELECT ?<br />
For example:</p>
<p>SELECT id, name FROM (CONCAT(&#8216;table&#8217;,(SELECT number FROM tablenumber),&#8217;series&#8217;))</p>
<p>I need to do something that the table name depends on an other SELECT, unfortunatly my problem is that I can only use one query to do it.</p>
<p>And thoughts!?<br />
Thanks in advanced</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Use the Trim Function &#124; SQL Tutorials</title>
		<link>http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html/comment-page-1#comment-6</link>
		<dc:creator>How to Use the Trim Function &#124; SQL Tutorials</dc:creator>
		<pubDate>Sat, 16 Feb 2008 17:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html#comment-6</guid>
		<description>[...] running more complex queries, such as concatenating strings, often times you may need to trim whitespace from the [...]</description>
		<content:encoded><![CDATA[<p>[...] running more complex queries, such as concatenating strings, often times you may need to trim whitespace from the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Use sql Aggregate Functions &#124; SQL Tutorials</title>
		<link>http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html/comment-page-1#comment-5</link>
		<dc:creator>How to Use sql Aggregate Functions &#124; SQL Tutorials</dc:creator>
		<pubDate>Sat, 16 Feb 2008 16:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqltutorials.net/concantenate/how-to-concantenate-strings.html#comment-5</guid>
		<description>[...] the price we concatenated with a string? What if we wanted to see the average price of all our the products in our products table? SELECT [...]</description>
		<content:encoded><![CDATA[<p>[...] the price we concatenated with a string? What if we wanted to see the average price of all our the products in our products table? SELECT [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
