<?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: Delete a column from an existing MySQL table</title>
	<atom:link href="http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 00:56:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: olivers</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-16304</link>
		<dc:creator>olivers</dc:creator>
		<pubDate>Fri, 13 Nov 2009 09:21:26 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16304</guid>
		<description>sd fggdf fdgf fddfgfg gfgf</description>
		<content:encoded><![CDATA[<p>sd fggdf fdgf fddfgfg gfgf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-12527</link>
		<dc:creator>A</dc:creator>
		<pubDate>Mon, 15 Jun 2009 19:48:37 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12527</guid>
		<description>ALTER TABLE room DROP COLUMN y;</description>
		<content:encoded><![CDATA[<p>ALTER TABLE room DROP COLUMN y;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compute</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-11328</link>
		<dc:creator>Compute</dc:creator>
		<pubDate>Wed, 13 May 2009 02:52:06 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11328</guid>
		<description>Good Stuff.  This is a very nice mysql reference site.</description>
		<content:encoded><![CDATA[<p>Good Stuff.  This is a very nice mysql reference site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vol</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-10624</link>
		<dc:creator>vol</dc:creator>
		<pubDate>Tue, 21 Apr 2009 09:40:32 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10624</guid>
		<description>ALTER TABLE table_things DROP col_stuff;</description>
		<content:encoded><![CDATA[<p>ALTER TABLE table_things DROP col_stuff;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaswath</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-10431</link>
		<dc:creator>jaswath</dc:creator>
		<pubDate>Thu, 16 Apr 2009 02:36:16 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10431</guid>
		<description>thanks it solved problem</description>
		<content:encoded><![CDATA[<p>thanks it solved problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shryans</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-10338</link>
		<dc:creator>shryans</dc:creator>
		<pubDate>Tue, 14 Apr 2009 04:00:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10338</guid>
		<description>table_exist(&#039;tablename&#039;) will help you check whether table exist or not</description>
		<content:encoded><![CDATA[<p>table_exist(&#39;tablename&#39;) will help you check whether table exist or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neelesh</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-8811</link>
		<dc:creator>Neelesh</dc:creator>
		<pubDate>Tue, 24 Feb 2009 04:42:48 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8811</guid>
		<description>If we want to check whether that column exit, if exist only then delete the column so that our script does not hamper.</description>
		<content:encoded><![CDATA[<p>If we want to check whether that column exit, if exist only then delete the column so that our script does not hamper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-8447</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 13 Feb 2009 15:34:26 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8447</guid>
		<description>yep:&lt;br&gt;&lt;br&gt;ALTER TABLE table_things DROP col_stuff</description>
		<content:encoded><![CDATA[<p>yep:</p>
<p>ALTER TABLE table_things DROP col_stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mysql</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-7593</link>
		<dc:creator>mysql</dc:creator>
		<pubDate>Tue, 20 Jan 2009 13:15:09 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7593</guid>
		<description>use it without ( &#039; )...</description>
		<content:encoded><![CDATA[<p>use it without ( &#39; )&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mercy</title>
		<link>http://www.tech-recipes.com/rx/426/delete-a-column-from-an-existing-mysql-table/comment-page-1/#comment-7064</link>
		<dc:creator>Mercy</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:36:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7064</guid>
		<description>Thank u. It is useful</description>
		<content:encoded><![CDATA[<p>Thank u. It is useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
