Duplicate column name 'y'
Back

It means what it said.  You are trying to create a
table with two columns with the same name.

--- Michael Gaab <[EMAIL PROTECTED]> wrote:
> i am using the phpmyadmin interface to develop a
> small web based
> application.
> when i create a table i get the following error.  
> for some reason the query
> inserts a duplicate.
> 
> any help appreciated,  mike
> 
> Error
> 
> SQL-query :
> 
> CREATE TABLE `t2` (
> 
> `y` VARCHAR( 5 ) NOT NULL ,
> `y` VARCHAR( 5 ) NOT NULL
> )
> 
> MySQL said:
> 
> 
> Duplicate column name 'y'
> Back
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to