CREATE TABLE members (id int(255) AUTO_INCREMENT, nick VARCHAR(20) NOT NU
LL, first VARCHAR(20) NOT NULL, last VARCHAR(20) NOT NULL, sex VARCHAR(6) NOT NU
LL, birth VARCHAR(10) NOT NULL, city VARCHAR(20) NOT NULL, email VARCHAR(35) NOT NULL);
När jag försöker skapa en tabell utav det här i mysql så får jag detta fel medelande:
ERROR 1075 (00000): Incorrect table definition; There can only be one auto colum
n and it must be defined as a key
Det är något med id columnen allt jag fattat men om någon kan förklara mer ingående vad jag ska fixa så skulle jag vara mycket tacksam