<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Mon, 26 Oct 2009 08:08:14 -0000</lastBuildDate><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-21027109</link><description>thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">milnd</dc:creator><pubDate>Mon, 26 Oct 2009 08:08:14 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-16176113</link><description>good example</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">grvijaya</dc:creator><pubDate>Tue, 08 Sep 2009 05:05:21 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-15609649</link><description>Thanks for that info, that really helps me to create my first ALTER ADD COLUMN =)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">English</dc:creator><pubDate>Sun, 30 Aug 2009 15:34:15 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-13186835</link><description>I want to learn about the space that data take in mysql</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kannika</dc:creator><pubDate>Wed, 22 Jul 2009 22:50:22 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-9822974</link><description>@KG - SQL comes in many flavors.  PregreSQL and MySQL and MS SQLServer all use slightly different variations on SQL, with varying support for various language constructs.  I can only assume they are all derived from some original SQL language specification.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andy</dc:creator><pubDate>Sat, 23 May 2009 06:36:40 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-8933727</link><description>"...with a datatype of VARCHAR(80), use the..." then you say "...ADD email VARCHAR(60)" what i'm getting at here is 80 then 60. small typo.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Sat, 02 May 2009 14:20:53 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-8805137</link><description>Thanks, exactly what I was looking for!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gnujack</dc:creator><pubDate>Wed, 29 Apr 2009 05:48:54 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-8265799</link><description>wow, you have no idea what you're talking 'bout</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ally</dc:creator><pubDate>Thu, 16 Apr 2009 13:19:46 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-7383437</link><description>Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gb</dc:creator><pubDate>Fri, 20 Mar 2009 16:43:39 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-6745764</link><description>This is just perfect, I use it all the time ... thx!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bob</dc:creator><pubDate>Sun, 01 Mar 2009 12:30:11 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-5624285</link><description>Try looking at MySQL refman page:&lt;br&gt;&lt;a href="http://dev.mysql.com/doc/refman/5.1/en/alter-table.html" rel="nofollow"&gt;http://dev.mysql.com/doc/refman/5.1/en/alter-ta...&lt;/a&gt;&lt;br&gt;The location, if present, must be "FISRT" or "AFTER column", there is no other option.&lt;br&gt;&lt;br&gt;If the book is about MySQL 5.1 its really wrong, but isn t it about ANSI SQL or anything else?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BaZ</dc:creator><pubDate>Wed, 28 Jan 2009 14:58:36 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-5168039</link><description>Actually "HEAD FIRST SQL" (book by O'Rielly publications) states there is "BEFORE, AFTER, FIRST, SECOND, THIRD" but I can only get FIRST and AFTER to work using MySQL 5.1&lt;br&gt;&lt;br&gt;That's why I came here for a different opinion.&lt;br&gt;&lt;br&gt;I think the book is wrong :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">KG Old Wolf</dc:creator><pubDate>Fri, 16 Jan 2009 13:43:21 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-5161093</link><description>Wow what a solution!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Parkash</dc:creator><pubDate>Fri, 16 Jan 2009 02:50:17 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-5069796</link><description>Thus why philip will never design anything worth while. Positive thinking is needed to create great things ....  :P</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike</dc:creator><pubDate>Mon, 12 Jan 2009 03:12:32 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-4398413</link><description>Why do you need a before? If its the first one, you use first, if its the second one, you use after first.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James</dc:creator><pubDate>Sun, 14 Dec 2008 12:36:37 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-4372927</link><description>nice</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fubar</dc:creator><pubDate>Fri, 12 Dec 2008 15:57:05 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-3886535</link><description>Wow, that's kind of stupid that there's no before.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philip</dc:creator><pubDate>Tue, 18 Nov 2008 18:26:44 -0000</pubDate></item><item><title>Re: Add a column to an existing MySQL table | MySQL | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/#comment-3873885</link><description>Thanks. it helped me.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nilesh</dc:creator><pubDate>Tue, 18 Nov 2008 01:44:29 -0000</pubDate></item></channel></rss>