<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Substringing and Oracle SQL &#8211; Basic Trick</title>
	<atom:link href="http://peoplesofttipster.com/2008/08/18/substringing-and-oracle-sql-basic-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://peoplesofttipster.com/2008/08/18/substringing-and-oracle-sql-basic-trick/</link>
	<description>Tips and Tricks with a PeopleSoft slant</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:17:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dan</title>
		<link>http://peoplesofttipster.com/2008/08/18/substringing-and-oracle-sql-basic-trick/#comment-839</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 19 Aug 2008 20:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://duncandavies.wordpress.com/?p=136#comment-839</guid>
		<description>In playing with this, noticed that if you use a number greater the the length of the string it will return null.

e.g., SUBSTR(&#039;Daniel&#039;,-7) -&gt; null</description>
		<content:encoded><![CDATA[<p>In playing with this, noticed that if you use a number greater the the length of the string it will return null.</p>
<p>e.g., SUBSTR(&#8216;Daniel&#8217;,-7) -&gt; null</p>
]]></content:encoded>
	</item>
</channel>
</rss>
