From: Martijn Tonies Date: October 9 2006 4:19pm Subject: Re: How to not repeat fields List-Archive: http://lists.mysql.com/mysql/202456 Message-Id: <01e501c6ebbe$a6831580$cd02a8c0@martijnws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > Now, i have this: > > CREATE TABLE wl_users(wl_user_id INT NOT NULL AUTO_INCREMENT PRIMARY > KEY, name VARCHAR(255) NOT NULL, email VARCHAR(50) NOT NULL, password > VARCHAR(40) NOT NULL, UNIQUE (wl_user_id, email)) TYPE=MyISAM; > > and the issue persists :( Show us the data you're inserting into this table in order to test the "issue" Martijn Tonies Database Workbench - development tool for MySQL, and more! Upscene Productions http://www.upscene.com My thoughts: http://blog.upscene.com/martijn/ Database development questions? Check the forum! http://www.databasedevelopmentforum.com