<?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: Stored Procedure For Finding Columns In MySQL</title>
	<atom:link href="http://www.rustyrazorblade.com/2009/12/stored-procedure-for-finding-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com/2009/12/stored-procedure-for-finding-columns/</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Thu, 22 Jul 2010 09:10:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shantanu Oak</title>
		<link>http://www.rustyrazorblade.com/2009/12/stored-procedure-for-finding-columns/comment-page-1/#comment-46017</link>
		<dc:creator>Shantanu Oak</dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=931#comment-46017</guid>
		<description>I use &quot;explain extended&quot; to find the table name that the column belongs to. I need to know the table name if no aliases are used in a join query. Thanks for sharing this procedure.</description>
		<content:encoded><![CDATA[<p>I use &#8220;explain extended&#8221; to find the table name that the column belongs to. I need to know the table name if no aliases are used in a join query. Thanks for sharing this procedure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.rustyrazorblade.com/2009/12/stored-procedure-for-finding-columns/comment-page-1/#comment-45492</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Fri, 11 Dec 2009 01:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=931#comment-45492</guid>
		<description>Ah, Roland!  Good suggestion.  I&#039;ll update the post.</description>
		<content:encoded><![CDATA[<p>Ah, Roland!  Good suggestion.  I&#8217;ll update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://www.rustyrazorblade.com/2009/12/stored-procedure-for-finding-columns/comment-page-1/#comment-45487</link>
		<dc:creator>Roland Bouman</dc:creator>
		<pubDate>Thu, 10 Dec 2009 23:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=931#comment-45487</guid>
		<description>Ok. May I suggest adding COLUMN_TYPE?</description>
		<content:encoded><![CDATA[<p>Ok. May I suggest adding COLUMN_TYPE?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
