<?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: Better access to MySQL create view statements</title>
	<atom:link href="http://dancingpenguinsoflight.com/2009/11/better-access-to-mysql-create-view-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2009/11/better-access-to-mysql-create-view-statements/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 05:44:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/11/better-access-to-mysql-create-view-statements/comment-page-1/#comment-18039</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Sat, 12 Jun 2010 03:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1066#comment-18039</guid>
		<description>@deltab That is shorter to simply get at the create statement, but what you get back is still ugly and hard to read. That&#039;s why I wrote the function above. And invoking it ends up being shorter than that command anyway ;-)</description>
		<content:encoded><![CDATA[<p>@deltab That is shorter to simply get at the create statement, but what you get back is still ugly and hard to read. That&#8217;s why I wrote the function above. And invoking it ends up being shorter than that command anyway <img src='http://dancingpenguinsoflight.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deltab</title>
		<link>http://dancingpenguinsoflight.com/2009/11/better-access-to-mysql-create-view-statements/comment-page-1/#comment-17950</link>
		<dc:creator>deltab</dc:creator>
		<pubDate>Thu, 10 Jun 2010 03:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1066#comment-17950</guid>
		<description>You can save yourself some typing with SHOW CREATE VIEW world.low_central_luzon

SHOW CREATE TABLE is also handy when to get a column definition for ALTER TABLE ... CHANGE COLUMN. (You have to repeat the full definition even when just renaming or moving a column.)</description>
		<content:encoded><![CDATA[<p>You can save yourself some typing with SHOW CREATE VIEW world.low_central_luzon</p>
<p>SHOW CREATE TABLE is also handy when to get a column definition for ALTER TABLE &#8230; CHANGE COLUMN. (You have to repeat the full definition even when just renaming or moving a column.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
