mysql> create table soggetto(
-> idsoggetto int not null auto_increment primary key,
-> cognrag char(30) NOT NULL,
-> nome char(30)
-> );
Query OK, 0 rows affected (0.02 sec)

tnx che stupida!