<?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 move a column&#8217;s position in a MySQL table</title>
	<atom:link href="http://codingrecipes.com/how-to-move-a-column-position-in-a-mysql-table/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/how-to-move-a-column-position-in-a-mysql-table</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 07:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Muaddub</title>
		<link>http://codingrecipes.com/how-to-move-a-column-position-in-a-mysql-table/comment-page-1#comment-1979</link>
		<dc:creator>Muaddub</dc:creator>
		<pubDate>Tue, 10 May 2011 08:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=453#comment-1979</guid>
		<description>You can use the FIRST keyword.

ALTER TABLE name_of_the_table MODIFY column_to_move tinyint(1) DEFAULT &#039;0&#039; FIRST</description>
		<content:encoded><![CDATA[<p>You can use the FIRST keyword.</p>
<p>ALTER TABLE name_of_the_table MODIFY column_to_move tinyint(1) DEFAULT &#8217;0&#8242; FIRST</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Illusive</title>
		<link>http://codingrecipes.com/how-to-move-a-column-position-in-a-mysql-table/comment-page-1#comment-1781</link>
		<dc:creator>Illusive</dc:creator>
		<pubDate>Sat, 02 Apr 2011 02:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=453#comment-1781</guid>
		<description>To move the column to the top you would place it behind the one on top, then move the one on top below the 2nd.
Simple using the above SQL command.</description>
		<content:encoded><![CDATA[<p>To move the column to the top you would place it behind the one on top, then move the one on top below the 2nd.<br />
Simple using the above SQL command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/how-to-move-a-column-position-in-a-mysql-table/comment-page-1#comment-148</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=453#comment-148</guid>
		<description>Here it is:
http://codingrecipes.com/database-servers/mysql-rearrange-move-mysql-table-columns</description>
		<content:encoded><![CDATA[<p>Here it is:<br />
<a href="http://codingrecipes.com/database-servers/mysql-rearrange-move-mysql-table-columns" rel="nofollow">http://codingrecipes.com/database-servers/mysql-rearrange-move-mysql-table-columns</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://codingrecipes.com/how-to-move-a-column-position-in-a-mysql-table/comment-page-1#comment-146</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Sep 2009 00:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=453#comment-146</guid>
		<description>...but how does one move a column to the TOP of the table? So it is the first column?</description>
		<content:encoded><![CDATA[<p>&#8230;but how does one move a column to the TOP of the table? So it is the first column?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

