<?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 on: SQL formatter in Oracle Raptor</title>
	<atom:link href="http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Mon, 08 Sep 2008 09:48:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-48169</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Fri, 18 Aug 2006 17:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-48169</guid>
		<description>&lt;p&gt;Scott, instead of&lt;/p&gt;

&lt;p&gt;GROUP BY (your_date_column)&lt;/p&gt;

&lt;p&gt;use&lt;/p&gt;

&lt;p&gt;GROUP BY TRUNC(your_date_column, 'MM')&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Scott, instead of</p>
<p>GROUP BY (your_date_column)</p>
<p>use</p>
<p>GROUP BY TRUNC(your_date_column, &#8216;MM&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Solomon</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-48150</link>
		<dc:creator>Scott Solomon</dc:creator>
		<pubDate>Fri, 18 Aug 2006 15:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-48150</guid>
		<description>&lt;p&gt;Eddie,&lt;/p&gt;

&lt;p&gt;I have a question that will probably be pretty easy and straightforward for you.  I have a date field that is in mm/dd/yyyy hh:mm:ss.&lt;/p&gt;

&lt;p&gt;When I perform a query using the GROUP BY function within Raptor SQL*PLUS in Oracle, it groups by individual day.  I want to tell the DB to ignore the day and only GROUP BY the month.  Not sure how to do it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Eddie,</p>
<p>I have a question that will probably be pretty easy and straightforward for you.  I have a date field that is in mm/dd/yyyy hh:mm:ss.</p>
<p>When I perform a query using the GROUP BY function within Raptor SQL*PLUS in Oracle, it groups by individual day.  I want to tell the DB to ignore the day and only GROUP BY the month.  Not sure how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom_Fox</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-1290</link>
		<dc:creator>Tom_Fox</dc:creator>
		<pubDate>Tue, 31 Jan 2006 15:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-1290</guid>
		<description>&lt;p&gt;As an FYI, R3 fixed the right-click issue.&lt;/p&gt;

&lt;p&gt;I use it as a replacement for sqlplus on my desktop, since I can manage multiple databases at once.  However, if I'm changing tablespaces or anything that might damage data, I fire up sqlplus.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As an FYI, R3 fixed the right-click issue.</p>
<p>I use it as a replacement for sqlplus on my desktop, since I can manage multiple databases at once.  However, if I&#8217;m changing tablespaces or anything that might damage data, I fire up sqlplus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-1289</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Tue, 31 Jan 2006 15:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-1289</guid>
		<description>&lt;p&gt;They are releasing new builds so fast that I find it hard to track what's changed or what's not. I would wait for the production release before considering using it for "real".&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>They are releasing new builds so fast that I find it hard to track what&#8217;s changed or what&#8217;s not. I would wait for the production release before considering using it for &#8220;real&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom_Fox</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-1288</link>
		<dc:creator>Tom_Fox</dc:creator>
		<pubDate>Tue, 31 Jan 2006 15:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-1288</guid>
		<description>&lt;p&gt;Just noticed that I  can no longer right-click the SQL worksheet area in Raptor R2 Build 08.97.  CTRL-B still works, however.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just noticed that I  can no longer right-click the SQL worksheet area in Raptor R2 Build 08.97.  CTRL-B still works, however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-939</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Thu, 05 Jan 2006 20:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-939</guid>
		<description>&lt;p&gt;Carl, I agree with you, Raptor is not yet a mature product. By the time it is released to production, I'm sure it will be much better.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Carl, I agree with you, Raptor is not yet a mature product. By the time it is released to production, I&#8217;m sure it will be much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl r.</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-937</link>
		<dc:creator>Carl r.</dc:creator>
		<pubDate>Thu, 05 Jan 2006 07:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-937</guid>
		<description>&lt;p&gt;Hi,
this is a cool feature but not mature enough;
try to format PL/SQL with a named Parameter call :&lt;/p&gt;

&lt;p&gt;param =&#62; Value&lt;/p&gt;

&lt;p&gt;will be beautified to&lt;/p&gt;

&lt;p&gt;param = &#62; Value&lt;/p&gt;

&lt;p&gt;and is not valid PL/SQL Code anymore.&lt;/p&gt;

&lt;p&gt;But indeed a very interesting Tool
The Raptor!!
Karl&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
this is a cool feature but not mature enough;<br />
try to format PL/SQL with a named Parameter call :</p>
<p>param =&gt; Value</p>
<p>will be beautified to</p>
<p>param = &gt; Value</p>
<p>and is not valid PL/SQL Code anymore.</p>
<p>But indeed a very interesting Tool<br />
The Raptor!!<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Fox</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-921</link>
		<dc:creator>Tom Fox</dc:creator>
		<pubDate>Thu, 29 Dec 2005 19:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-921</guid>
		<description>&lt;p&gt;I must say I'm impressed so far.  Now if they would only get EM 10gR2 released.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I must say I&#8217;m impressed so far.  Now if they would only get EM 10gR2 released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Water Ye</title>
		<link>http://awads.net/wp/2005/12/28/sql-formatter-in-oracle-raptor/#comment-918</link>
		<dc:creator>Water Ye</dc:creator>
		<pubDate>Thu, 29 Dec 2005 08:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=189#comment-918</guid>
		<description>&lt;p&gt;I use pl/sql developer format sql&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use pl/sql developer format sql</p>
]]></content:encoded>
	</item>
</channel>
</rss>
