<?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: How to find a column in database</title>
	<atom:link href="http://www.appsbi.com/how-to-find-a-column-in-database/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appsbi.com/how-to-find-a-column-in-database</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 21:19:40 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: madhu</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-120861</link>
		<dc:creator>madhu</dc:creator>
		<pubDate>Thu, 07 May 2009 11:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-120861</guid>
		<description>hi guru

gr8 this is very useful query.
once we get the tables and colums
how can we choose the join conditions as per the requirement.is there any rule to write the join conditions

thanks,
madhu</description>
		<content:encoded><![CDATA[<p>hi guru</p>
<p>gr8 this is very useful query.<br />
once we get the tables and colums<br />
how can we choose the join conditions as per the requirement.is there any rule to write the join conditions</p>
<p>thanks,<br />
madhu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABHISHEK</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-99669</link>
		<dc:creator>ABHISHEK</dc:creator>
		<pubDate>Tue, 17 Feb 2009 15:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-99669</guid>
		<description>select * from  all_tab_columns where owner = &#039;OWNER&#039; and column_name like &#039;COLUMN_NAME&#039;</description>
		<content:encoded><![CDATA[<p>select * from  all_tab_columns where owner = &#8216;OWNER&#8217; and column_name like &#8216;COLUMN_NAME&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anurag</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-43327</link>
		<dc:creator>Anurag</dc:creator>
		<pubDate>Tue, 25 Mar 2008 11:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-43327</guid>
		<description>Thnks..for valuable info!!</description>
		<content:encoded><![CDATA[<p>Thnks..for valuable info!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Clingan &#187; Where is the column, you say?</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-20718</link>
		<dc:creator>Matt Clingan &#187; Where is the column, you say?</dc:creator>
		<pubDate>Thu, 13 Sep 2007 21:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-20718</guid>
		<description>[...] I&#8217;m not an oracle guru like Jarva, but supposedly you canÂ  do the same in Oracle with this (from here) select * from dba_tab_cols all_tab_cols where table_name like â€˜table%â€™ and column_name like â€˜column%â€™ â€? [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m not an oracle guru like Jarva, but supposedly you canÂ  do the same in Oracle with this (from here) select * from dba_tab_cols all_tab_cols where table_name like â€˜table%â€™ and column_name like â€˜column%â€™ â€? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sri</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-17921</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Sat, 04 Aug 2007 15:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-17921</guid>
		<description>Hi i just got a hit of your website from google search , looks got and informative , keep posting the good posts 

thanks 

Sri</description>
		<content:encoded><![CDATA[<p>Hi i just got a hit of your website from google search , looks got and informative , keep posting the good posts </p>
<p>thanks </p>
<p>Sri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to find item, folder or Business area in Discoverer</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-2018</link>
		<dc:creator>How to find item, folder or Business area in Discoverer</dc:creator>
		<pubDate>Thu, 01 Feb 2007 05:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-2018</guid>
		<description>[...] In a previous post, we covered the trick on how to find a column in database, now we will do similar stuff with Discoverer. [...]</description>
		<content:encoded><![CDATA[<p>[...] In a previous post, we covered the trick on how to find a column in database, now we will do similar stuff with Discoverer. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-1679</link>
		<dc:creator>Nilesh</dc:creator>
		<pubDate>Thu, 18 Jan 2007 16:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-1679</guid>
		<description>Hello Ryan,
  Thanks for the tip. all_tab_cols is the right view to look at.

Thanks
Nilesh</description>
		<content:encoded><![CDATA[<p>Hello Ryan,<br />
  Thanks for the tip. all_tab_cols is the right view to look at.</p>
<p>Thanks<br />
Nilesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RMW</title>
		<link>http://www.appsbi.com/how-to-find-a-column-in-database/comment-page-1#comment-1666</link>
		<dc:creator>RMW</dc:creator>
		<pubDate>Thu, 18 Jan 2007 05:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.appsbi.com/2007/01/17/how-to-find-a-column-in-database/#comment-1666</guid>
		<description>I wrote up a little reply to this entry on my blog with a tiny bit more information about searching for columns in a database: http://ryanmwhaley.com/blog/</description>
		<content:encoded><![CDATA[<p>I wrote up a little reply to this entry on my blog with a tiny bit more information about searching for columns in a database: <a href="http://ryanmwhaley.com/blog/" rel="nofollow">http://ryanmwhaley.com/blog/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
