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