On Wed, Oct 10, 2001 at 01:38:26PM +0200, Stefan Lagotzki wrote:
create table test_tabelle( id int NOT NULL auto_increment, a int default 0 NOT NULL, c tinyint default 0 NOT NULL, PRIMARY KEY (id) );
Kann's an dem fehlenden primary key gelegen haben ?
Laut phpMyAdmin:
Indizes : Name Unique Feld PRIMARY Ja id
Gruß, Eric