Re: [GENERAL] 9.6.1: INSERT with PK as serial
От | Tom Lane |
---|---|
Тема | Re: [GENERAL] 9.6.1: INSERT with PK as serial |
Дата | |
Msg-id | 7212.1484611918@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: [GENERAL] 9.6.1: INSERT with PK as serial (Rich Shepard <rshepard@appl-ecosys.com>) |
Ответы |
Re: [GENERAL] 9.6.1: INSERT with PK as serial
|
Список | pgsql-general |
Rich Shepard <rshepard@appl-ecosys.com> writes: > Here's an example: > INSERT INTO companies VALUES > (1,'AG Spray Inc.',,'PO Box 12129','Salem','OR','97309-0129','USA','503-371-7907','888-273-0937','info@agsprayinc.com',,'Chemicals','Opportunity'), > and the associated error message: > psql:companies.sql:1: ERROR: syntax error at or near "Spray" > LINE 1: INSERT INTO companies VALUES (AG Spray Inc.,,PO Box 12129,Sa... It looks like something deleted the quote marks. How are you entering this SQL command, exactly? Also, you can't just write double commas to leave out a item in the value list. You could write DEFAULT there, ie ... VALUES (1,'AG Spray Inc.',DEFAULT,'PO Box 12129','Salem', ... regards, tom lane
В списке pgsql-general по дате отправления: