phpbar.de logo

Mailinglisten-Archive

Re: doppelte eintraege
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doppelte eintraege




CREATE TABLE namen (
   id mediumint(8) unsigned NOT NULL auto_increment,
   name char(20) NOT NULL,
   vorname char(20) NOT NULL,
   email char(40) NOT NULL,
   KEY id (id),
   UNIQUE id_2 (id)
);

das fehlt noch...

---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive