I have written the following SQL request, but I get
an error, why ?

create table MovementOrder (
  teamCode INT(4) NOT NULL,
  quarter INT(4) NOT NULL,
  position INT(4) NOT NULL,
  priority INT(4) NOT NULL,
  order VARCHAR(10),
  parameter VARCHAR(5),
  PRIMARY KEY(teamCode,quarter,position,priority)
);



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to