Re: What's wrong with this SQL?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What's wrong with this SQL?
Дата
Msg-id 26088.1147234747@sss.pgh.pa.us
обсуждение исходный текст
Ответ на What's wrong with this SQL?  ("Adam" <adam@spatialsystems.org>)
Список pgsql-general
"Adam" <adam@spatialsystems.org> writes:
> I'm trying to create a table and I'm getting this error:
> ERROR:  syntax error at or near "(" at character 39
>       In statement:
>       CREATE TABLE "users" ("user_ID" SERIAL(12),

SERIAL doesn't take a parameter.

            regards, tom lane

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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: What's wrong with this SQL?
Следующее
От: Chris
Дата:
Сообщение: Re: What's wrong with this SQL?