Re: Psql Question

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Danny <dannyh(at)idx(dot)com(dot)au>
Cc: pgsql-general(at)hub(dot)org
Subject: Re: Psql Question
Date: 2000-09-19 19:46:29
Message-ID: Pine.LNX.4.21.0009192049420.362-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Danny writes:

> mydb=# INSERT INTO Customer (Customer_ID,Customer_Name,Customer_Address,Customer_Email)
> mydb-# VALUES ('1','Danny Ho','99 Second Ave, Kingswood','dannyh(at)customer(dot)com'),
> mydb-# ('2','Randal Handel','54 Oxford Road, Cambridge','randalh(at)customer(dot)com')
> mydb-# ;
>
> -and I get the following errors :
>
> ERROR: parser: parse error at or near ","

PostgreSQL doesn't support this syntax (yet). You need to split it into
two INSERT commands.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2000-09-19 19:46:53 Re: postgres-user <-> unix user
Previous Message Peter Eisentraut 2000-09-19 19:45:38 Re: postgres-user <-> unix user