Re: Multi-row insert: error at terminal row.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Multi-row insert: error at terminal row.
Date: 2020-10-29 15:52:55
Message-ID: 1549697.1603986775@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rich Shepard <rshepard(at)appl-ecosys(dot)com> writes:
> I'm loading data into tables with the 'insert' statement. There are many
> rows containing values and each is bracketed by parentheses except for the
> last row. That's terminated with a semicolon, but psql reports an error
> there:

> psql:organizations.sql:1926: ERROR: syntax error at or near ";"
> LINE 1925: ...m',null,'Port','Opportunity',null);
> ^
> I'm not seeing why that's an error. All previous rows terminate with a comma
> and I don't know where else to look for the reason. What am I missing
> seeing?

First thought is that you might need another right parenthesis there.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2020-10-29 15:58:19 Re: Multi-row insert: error at terminal row.
Previous Message Rob Sargent 2020-10-29 15:45:45 Re: Multi-row insert: error at terminal row.