Lyrics: I found it weird that people don't even realize that one must
learn to learn and for that one must learn to ask questions. I also
often find that people who cannot ask questions are either idiots
beyond
hope or very much egoists. That, of course, does not apply to every
single
case. There are exceptions (too much beer, too much work, too few
hours of sleep, too much necotine or other drugs). However, those are
bad excuse for a asking a bad question. Just consider this: when
you're
asking a question you are expecting other people to help you
absolutelly
for free to you, but it costs time money and health to the aswerring
person, so why not to make that person's job easier by putting as much
info
as you can in your question?


Now for the topic:

WHAT ERROR ARE YOU GETTING?
You probably used a reseved word for field name.

Artem

----- Original Message -----
From: "Cedric Lefebvre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 17, 2001 2:07 PM
Subject: SQL PRIMARY KEY question


> 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
>
>


---------------------------------------------------------------------
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