IF I have a table like this: id int not null, field2 int not null, ......, primary key (id), key (field2) ) ENGINE=MyISAM;
The primary key is id only or (id, field2)? If this is the case which constraint are aplied on field2? -- Three words describe our society:homo homini lupus -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]