MySQL Forums
Forum List  »  InnoDB

Re: Error doing Create Table with Auto_Increment row
Posted by: Peter Brawley
Date: March 11, 2013 09:19PM

The auto_incr columkn must be the first in the PK eg ...

primary key(ts_session, ts_org , ts_course_no)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error doing Create Table with Auto_Increment row
642
March 11, 2013 09:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.