Re: suggestions for tracking down syntax errors?

Поиск
Список
Период
Сортировка
От Francois Suter
Тема Re: suggestions for tracking down syntax errors?
Дата
Msg-id 45825990-FA54-11D7-BEB5-000393427520@monpetitcoin.com
обсуждение исходный текст
Ответ на suggestions for tracking down syntax errors?  (Terrence Brannon <metaperl@urth.org>)
Список pgsql-general
> CREATE TABLE country (
>    country_id VARCHAR(3) PRIMARY KEY,
>
>    country VARCHAR(80),
> );

You have a trailing comma after VARCHAR(80) just before the closing
bracket.

As for suggestions, you could try to collapse your whole file into a
single line and check it out in a text editor by going to column number
91.

HTH

---------------
Francois

Home page: http://www.monpetitcoin.com/

"Would Descartes have programmed in Pascal?" - Umberto Eco


В списке pgsql-general по дате отправления: