<?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: Update day to second interval column in selection from time gaps table by parsing strings containing time differences using REGEXP_SUBSTR</title>
	<atom:link href="http://technology.amis.nl/2011/07/25/update-day-to-second-interval-column-in-selection-from-time-gaps-table-by-parsing-strings-containing-time-differences-using-regexp_substr/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2011/07/25/update-day-to-second-interval-column-in-selection-from-time-gaps-table-by-parsing-strings-containing-time-differences-using-regexp_substr/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update-day-to-second-interval-column-in-selection-from-time-gaps-table-by-parsing-strings-containing-time-differences-using-regexp_substr</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2011/07/25/update-day-to-second-interval-column-in-selection-from-time-gaps-table-by-parsing-strings-containing-time-differences-using-regexp_substr/#comment-6836</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Tue, 26 Jul 2011 14:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=12963#comment-6836</guid>
		<description><![CDATA[Anton,

It certainly seems that way. It also seems that I have managed to turn something rather simple into something not so simple. One of my specialties I am afraid. I did have this nagging notion that it could be done in a more straightforward way. Well, thanks for pointing it out.

Lucas]]></description>
		<content:encoded><![CDATA[<p>Anton,</p>
<p>It certainly seems that way. It also seems that I have managed to turn something rather simple into something not so simple. One of my specialties I am afraid. I did have this nagging notion that it could be done in a more straightforward way. Well, thanks for pointing it out.</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/2011/07/25/update-day-to-second-interval-column-in-selection-from-time-gaps-table-by-parsing-strings-containing-time-differences-using-regexp_substr/#comment-6835</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Tue, 26 Jul 2011 14:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=12963#comment-6835</guid>
		<description><![CDATA[Is this the same as
update standing
Â  set timelag = to_dsinterval(case when instr( gap, &#039;h&#039; ) &gt; 0 then &#039;0 &#039; else &#039;0 0:&#039; end &#124;&#124; translate( gap, &#039;&#039;&#039;h&quot;+&#039;, &#039;::&#039; ) )]]></description>
		<content:encoded><![CDATA[<p>Is this the same as<br />
update standing<br />
Â  set timelag = to_dsinterval(case when instr( gap, &#8216;h&#8217; ) &gt; 0 then &#8217;0 &#8216; else &#8217;0 0:&#8217; end || translate( gap, &#8221;&#8217;h&#8221;+&#8217;, &#8216;::&#8217; ) )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
