<?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: Back to basics: cross joins</title>
	<atom:link href="http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Tue, 06 Jan 2009 06:57:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: suman</title>
		<link>http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/comment-page-1/#comment-52251</link>
		<dc:creator>suman</dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=237#comment-52251</guid>
		<description>The site quickly helps to improve my knowledge</description>
		<content:encoded><![CDATA[<p>The site quickly helps to improve my knowledge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jabber</title>
		<link>http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/comment-page-1/#comment-51944</link>
		<dc:creator>jabber</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=237#comment-51944</guid>
		<description>Very detailled information about sql syntax and sql injection here: &lt;a href="www.sqlexikon.de" rel="nofollow"&gt;www.sqlexikon.de&lt;/a&gt;, this site is in german, so don't waste your time, if that language is a problem for you :)</description>
		<content:encoded><![CDATA[<p>Very detailled information about sql syntax and sql injection here: <a href="www.sqlexikon.de" rel="nofollow">http://www.sqlexikon.de</a>, this site is in german, so don&#8217;t waste your time, if that language is a problem for you <img src='http://awads.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/comment-page-1/#comment-2574</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Fri, 17 Mar 2006 23:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=237#comment-2574</guid>
		<description>&lt;p&gt;My wife Jasmine is a SQL Server developer (Yes, we are an example of Oracle and Microsoft living under the same roof). One additional reason I want to use the ANSI style is to make it easier for me to "communicate" with Jasmine when speaking SQL :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>My wife Jasmine is a SQL Server developer (Yes, we are an example of Oracle and Microsoft living under the same roof). One additional reason I want to use the ANSI style is to make it easier for me to &#8220;communicate&#8221; with Jasmine when speaking SQL <img src='http://awads.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Robertson</title>
		<link>http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/comment-page-1/#comment-2379</link>
		<dc:creator>William Robertson</dc:creator>
		<pubDate>Fri, 17 Mar 2006 13:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=237#comment-2379</guid>
		<description>&lt;p&gt;Well, I really like the explicit ANSI style, and like Eddie I'm using it as my main way of writing joins. I find it a lot clearer, and it's harder to miss one and get a Cartesian product by mistake.&lt;/p&gt;

&lt;p&gt;I used the other style for well over 10 years before this came along, so I don't really buy the "but I'm used to the other way" argument.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://oracle-wtf.blogspot.com/2005/09/joins-explained.html" rel="nofollow"&gt;Oracle WTF: Joins Explained&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, I really like the explicit ANSI style, and like Eddie I&#8217;m using it as my main way of writing joins. I find it a lot clearer, and it&#8217;s harder to miss one and get a Cartesian product by mistake.</p>
<p>I used the other style for well over 10 years before this came along, so I don&#8217;t really buy the &#8220;but I&#8217;m used to the other way&#8221; argument.</p>
<p><a href="http://oracle-wtf.blogspot.com/2005/09/joins-explained.html" rel="nofollow">Oracle WTF: Joins Explained</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Oakes</title>
		<link>http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/comment-page-1/#comment-2375</link>
		<dc:creator>Graham Oakes</dc:creator>
		<pubDate>Fri, 17 Mar 2006 07:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=237#comment-2375</guid>
		<description>&lt;p&gt;Patrick, I'm with you. The only time I've used the new standards so far was when I needed a 'full outer join' in Ansi speak.&lt;/p&gt;

&lt;p&gt;It will take a lot of effort to change and if there's no tangible benefit then it falls way down my list of priorities.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Patrick, I&#8217;m with you. The only time I&#8217;ve used the new standards so far was when I needed a &#8216;full outer join&#8217; in Ansi speak.</p>
<p>It will take a lot of effort to change and if there&#8217;s no tangible benefit then it falls way down my list of priorities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://awads.net/wp/2006/03/16/back-to-basics-cross-joins/comment-page-1/#comment-2374</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 17 Mar 2006 07:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=237#comment-2374</guid>
		<description>&lt;p&gt;I think it's a big step for most people (including myself) to abandon the old syntax and start using the SQL92 (or is it SQL99??) standards. I haven't seen it in the wild yet, anyway.&lt;/p&gt;

&lt;p&gt;I'm curious what Oracle's statement is. Have they included it for compatibilty to newer standards? Or will they push the usage of this syntax?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s a big step for most people (including myself) to abandon the old syntax and start using the SQL92 (or is it SQL99??) standards. I haven&#8217;t seen it in the wild yet, anyway.</p>
<p>I&#8217;m curious what Oracle&#8217;s statement is. Have they included it for compatibilty to newer standards? Or will they push the usage of this syntax?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
