<?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>Dan Conley &#187; Databases</title>
	<atom:link href="http://www.danconley.net/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danconley.net</link>
	<description>He&#039;s just zis guy, you know?</description>
	<lastBuildDate>Thu, 01 Jul 2010 17:05:30 +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>Hangin&#8217; out with SQL*Plus</title>
		<link>http://www.danconley.net/2007/04/hangin-out-with-sqlplus/</link>
		<comments>http://www.danconley.net/2007/04/hangin-out-with-sqlplus/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 17:57:54 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.danconley.net/index.php/2007/04/06/hangin-out-with-sqlplus/</guid>
		<description><![CDATA[As I was messing around with Oracle at work this week, I contemplated the "like" syntax. I've used it a fair amount (mostly when I'm lazy and don't feel like typing everything out).]]></description>
			<content:encoded><![CDATA[<p>As I was messing around with Oracle at work this week, I contemplated the &#8220;like&#8221; syntax. I&#8217;ve used it a fair amount (mostly when I&#8217;m lazy and don&#8217;t feel like typing everything out).</p>
<p>Brief explanation for the SQL illiterate: you can use % as a wildcard in a query, so</p>
<blockquote><p>SELECT * from thesaurus_terms where term like &#8216;C%&#8217;;</p></blockquote>
<p>will match all the words starting with C.</p>
<p>But come on: it&#8217;s just such a relaxed way of getting data. &#8220;Give me all the data that, like, starts with C. Or something. Whenever&#8217;s good for you.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danconley.net/2007/04/hangin-out-with-sqlplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
