daniel kessler wrote:
> If you mean have a semi-colon between each create table and create sequence, I actually input them seperately, individually.  Not as a set of statements.  When I get the error, I'm only doing (without the comments field which I only have in my documentation):
>
> create table fsnep_pollAnswers (
>    pA_id NUMBER Primary Key,
>    pA_pollID NUMBER Foreign Key REFERENCES fsnep_polls(p_id),
>    pA_answer NUMBER
>  )

create table fsnep_pollAnswers (
    pA_id NUMBER Primary Key,
    pA_pollID NUMBER REFERENCES fsnep_polls(p_id),
    pA_answer NUMBER
  )

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to