<?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: SQL split function</title>
	<atom:link href="http://www.svendtofte.com/geek-angst/sql-split-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svendtofte.com/geek-angst/sql-split-function/</link>
	<description>rantings &#38; scraps on code and web development</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: chamila</title>
		<link>http://www.svendtofte.com/geek-angst/sql-split-function/comment-page-1/#comment-320</link>
		<dc:creator>chamila</dc:creator>
		<pubDate>Thu, 05 May 2011 09:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=162#comment-320</guid>
		<description>Check this also:
http://chamilaw.blogspot.com/2011/05/concatenation-in-select-and-split.html</description>
		<content:encoded><![CDATA[<p>Check this also:<br />
<a href="http://chamilaw.blogspot.com/2011/05/concatenation-in-select-and-split.html" rel="nofollow">http://chamilaw.blogspot.com/2011/05/concatenation-in-select-and-split.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murrmax</title>
		<link>http://www.svendtofte.com/geek-angst/sql-split-function/comment-page-1/#comment-259</link>
		<dc:creator>murrmax</dc:creator>
		<pubDate>Wed, 17 Nov 2010 10:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=162#comment-259</guid>
		<description>gosh! never blame language you don&#039;t understand - that&#039;s really your problem, not the language one.

may be you should use more smarter server then M$ one, e.g. PostgreSQL has never had any problems with string split function, though not included in TheHolySqlStandard
http://www.postgresql.org/docs/current/static/functions-string.html

then just to note about INSERT - it was done right-o, because with that syntax you can insert multiple rows instead of just one by listing them one by one delimited by commas.

and with UPDATE you can&#039;t update multiple rows with different search keys, so here is different syntax to remind you about it. this is arguable though, so for example MySQL has its own extension to the INSERT syntax making it look as UPDATE, just to be a bit more friendly for copy-pasters, but that&#039;s really does add headache when trying to port backend from MySQL to PostgreSQL.</description>
		<content:encoded><![CDATA[<p>gosh! never blame language you don&#8217;t understand &#8211; that&#8217;s really your problem, not the language one.</p>
<p>may be you should use more smarter server then M$ one, e.g. PostgreSQL has never had any problems with string split function, though not included in TheHolySqlStandard<br />
<a href="http://www.postgresql.org/docs/current/static/functions-string.html" rel="nofollow">http://www.postgresql.org/docs/current/static/functions-string.html</a></p>
<p>then just to note about INSERT &#8211; it was done right-o, because with that syntax you can insert multiple rows instead of just one by listing them one by one delimited by commas.</p>
<p>and with UPDATE you can&#8217;t update multiple rows with different search keys, so here is different syntax to remind you about it. this is arguable though, so for example MySQL has its own extension to the INSERT syntax making it look as UPDATE, just to be a bit more friendly for copy-pasters, but that&#8217;s really does add headache when trying to port backend from MySQL to PostgreSQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Tutorials</title>
		<link>http://www.svendtofte.com/geek-angst/sql-split-function/comment-page-1/#comment-133</link>
		<dc:creator>SQL Tutorials</dc:creator>
		<pubDate>Fri, 01 May 2009 02:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=162#comment-133</guid>
		<description>Does anyone know if there is another language or set of commands beside SQL for talking with databases? 

I&#039;m working on a project and am doing some research thanks</description>
		<content:encoded><![CDATA[<p>Does anyone know if there is another language or set of commands beside SQL for talking with databases? </p>
<p>I&#8217;m working on a project and am doing some research thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

