<?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"
	>
<channel>
	<title>Comments for Eddie Awad's Blog</title>
	<atom:link href="http://awads.net/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp</link>
	<description>News, views, tips and tricks on Oracle, ColdFusion and other fun stuff</description>
	<pubDate>Sun, 11 May 2008 22:25:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Oracle Street Talk (Video) by David</title>
		<link>http://awads.net/wp/2008/05/03/oracle-street-talk-video/#comment-52105</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 06 May 2008 04:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=728#comment-52105</guid>
		<description>Sorry Eddie... Larry doesn't "own" Oracle... it's a public corporation. He's the CEO.</description>
		<content:encoded><![CDATA[<p>Sorry Eddie&#8230; Larry doesn&#8217;t &#8220;own&#8221; Oracle&#8230; it&#8217;s a public corporation. He&#8217;s the CEO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Street Talk (Video) by Amardeep Sidhu</title>
		<link>http://awads.net/wp/2008/05/03/oracle-street-talk-video/#comment-52103</link>
		<dc:creator>Amardeep Sidhu</dc:creator>
		<pubDate>Sun, 04 May 2008 14:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=728#comment-52103</guid>
		<description>Interesting...yea...it depends upon whom you are asking...

but Microsoft would be known to more people ;)

Is Larry listening ;)</description>
		<content:encoded><![CDATA[<p>Interesting&#8230;yea&#8230;it depends upon whom you are asking&#8230;</p>
<p>but Microsoft would be known to more people <img src='http://awads.net/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Is Larry listening <img src='http://awads.net/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yet Another Oracle Social Network in the Works by David Haimes</title>
		<link>http://awads.net/wp/2008/03/19/yet-another-oracle-social-network-in-the-works/#comment-52099</link>
		<dc:creator>David Haimes</dc:creator>
		<pubDate>Sat, 26 Apr 2008 22:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2008/03/19/yet-another-oracle-social-network-in-the-works/#comment-52099</guid>
		<description>I would love to check this out, but it seems OAUG like to shut out Oracle employees.  Not really in the spirit of online communities and Web 2.0... I'll have to be content with Oracle Mix.</description>
		<content:encoded><![CDATA[<p>I would love to check this out, but it seems OAUG like to shut out Oracle employees.  Not really in the spirit of online communities and Web 2.0&#8230; I&#8217;ll have to be content with Oracle Mix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to basics: inner joins by Eddie Awad</title>
		<link>http://awads.net/wp/2006/03/20/back-to-basics-inner-joins/#comment-52098</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Fri, 25 Apr 2008 22:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=238#comment-52098</guid>
		<description>FARIZA, The following joins will return the level in rows. Then you can write a &lt;a href="http://asktom.oracle.com/pls/ask/search?p_string=stragg" rel="nofollow"&gt;stragg function&lt;/a&gt; to transform the level to a comma delimeted list of values. 

By the way, level is reserved, can't use it in SQL unless you quote it.

&lt;pre&gt;
 SELECT emp.name, emp.passport, edu."level"
   FROM emp, edu
  WHERE emp.passport = edu.passport;
&lt;/pre&gt;

Or using ANSI SQL:

&lt;pre&gt;
 SELECT emp.name, emp.passport, edu."level"
   FROM emp inner join edu on emp.passport = edu.passport;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>FARIZA, The following joins will return the level in rows. Then you can write a <a href="http://asktom.oracle.com/pls/ask/search?p_string=stragg" rel="nofollow">stragg function</a> to transform the level to a comma delimeted list of values. </p>
<p>By the way, level is reserved, can&#8217;t use it in SQL unless you quote it.</p>
<pre>
 SELECT emp.name, emp.passport, edu."level"
   FROM emp, edu
  WHERE emp.passport = edu.passport;
</pre>
<p>Or using ANSI SQL:</p>
<pre>
 SELECT emp.name, emp.passport, edu."level"
   FROM emp inner join edu on emp.passport = edu.passport;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving/Downloading files to/from Oracle using ColdFusion by Gareth</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/#comment-52097</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-52097</guid>
		<description>Nice one Eddie, saved me some time. Easy to follow too. Cheers.</description>
		<content:encoded><![CDATA[<p>Nice one Eddie, saved me some time. Easy to follow too. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 35+ Oracle Subdomains You May Not Know About by Robert V</title>
		<link>http://awads.net/wp/2008/04/20/35-oracle-subdomains-you-may-not-know-about/#comment-52096</link>
		<dc:creator>Robert V</dc:creator>
		<pubDate>Thu, 24 Apr 2008 13:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=723#comment-52096</guid>
		<description>What about 
oracle.oracle.com
:)</description>
		<content:encoded><![CDATA[<p>What about<br />
oracle.oracle.com<br />
 <img src='http://awads.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to basics: inner joins by FARIZA</title>
		<link>http://awads.net/wp/2006/03/20/back-to-basics-inner-joins/#comment-52095</link>
		<dc:creator>FARIZA</dc:creator>
		<pubDate>Thu, 24 Apr 2008 05:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=238#comment-52095</guid>
		<description>eDDIE , what i mean is like the senario bellow

emp ( name, passport PK)
with 3 DATA :
('FORD','900000' ), ('CHANG','989999'),('CRISS;,'877777')
table edu('passport' ,'level','result')
with 6 DATA :
('900000' ,'DIPLOMA','3.4')
('900000' ,'DEGREE','3.0')
('900000' ,'MASTER','4.0')
('989999' ,'HIGHSCHOOL','2.0')
('989999' ,'DEGREE','3.0')
('877777' ,'HIGHSCHOOL','2.5')

RESULT SHOULD LIKE THIS

NAME    PASSPORT  LEVEL 
---------------------------------------------------
FORD     900000  DIPLOMA DEGREE  ASTER
CHANG   989999  HIGHSCHOOL    DEGREE
CRISS    877777   HIGHSCHOOL

is it posibble to do the SQL join ?
thanks so much</description>
		<content:encoded><![CDATA[<p>eDDIE , what i mean is like the senario bellow</p>
<p>emp ( name, passport PK)<br />
with 3 DATA :<br />
(&#8217;FORD&#8217;,'900000&#8242; ), (&#8217;CHANG&#8217;,'989999&#8242;),(&#8217;CRISS;,&#8217;877777&#8242;)<br />
table edu(&#8217;passport&#8217; ,&#8217;level&#8217;,'result&#8217;)<br />
with 6 DATA :<br />
(&#8217;900000&#8242; ,&#8217;DIPLOMA&#8217;,'3.4&#8242;)<br />
(&#8217;900000&#8242; ,&#8217;DEGREE&#8217;,'3.0&#8242;)<br />
(&#8217;900000&#8242; ,&#8217;MASTER&#8217;,'4.0&#8242;)<br />
(&#8217;989999&#8242; ,&#8217;HIGHSCHOOL&#8217;,'2.0&#8242;)<br />
(&#8217;989999&#8242; ,&#8217;DEGREE&#8217;,'3.0&#8242;)<br />
(&#8217;877777&#8242; ,&#8217;HIGHSCHOOL&#8217;,'2.5&#8242;)</p>
<p>RESULT SHOULD LIKE THIS</p>
<p>NAME    PASSPORT  LEVEL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
FORD     900000  DIPLOMA DEGREE  ASTER<br />
CHANG   989999  HIGHSCHOOL    DEGREE<br />
CRISS    877777   HIGHSCHOOL</p>
<p>is it posibble to do the SQL join ?<br />
thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to basics: inner joins by Eddie Awad</title>
		<link>http://awads.net/wp/2006/03/20/back-to-basics-inner-joins/#comment-52094</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Thu, 24 Apr 2008 04:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=238#comment-52094</guid>
		<description>FARIZA, you join the two tables on the column a1. Then select columns from both tables.</description>
		<content:encoded><![CDATA[<p>FARIZA, you join the two tables on the column a1. Then select columns from both tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle SQLPlus by Eddie Awad</title>
		<link>http://awads.net/wp/2005/08/04/oracle-sqlplus/#comment-52093</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Thu, 24 Apr 2008 04:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=96#comment-52093</guid>
		<description>FARIZA, You can. However, I suggest you use http://forums.oracle.com</description>
		<content:encoded><![CDATA[<p>FARIZA, You can. However, I suggest you use <a href="http://forums.oracle.com" rel="nofollow">http://forums.oracle.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to basics: inner joins by FARIZA</title>
		<link>http://awads.net/wp/2006/03/20/back-to-basics-inner-joins/#comment-52092</link>
		<dc:creator>FARIZA</dc:creator>
		<pubDate>Wed, 23 Apr 2008 23:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=238#comment-52092</guid>
		<description>Thanks Eddie for SQL MINUS Solution.

Another Question
I have 2 table :
T1 have a1,b1,c1 fields
T2 have x2,x3,x4, a1 as FK from T1. These two table has a one to many relationship. How I want to display the two table as one record?
exp result :
a1,b1,c1,x2,x3,x4
a1,b1,c1,x3,x4
a1,b1,x2,x3,x4

thanks</description>
		<content:encoded><![CDATA[<p>Thanks Eddie for SQL MINUS Solution.</p>
<p>Another Question<br />
I have 2 table :<br />
T1 have a1,b1,c1 fields<br />
T2 have x2,x3,x4, a1 as FK from T1. These two table has a one to many relationship. How I want to display the two table as one record?<br />
exp result :<br />
a1,b1,c1,x2,x3,x4<br />
a1,b1,c1,x3,x4<br />
a1,b1,x2,x3,x4</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
