What's wrong with this SQL?

Поиск
Список
Период
Сортировка
От Adam
Тема What's wrong with this SQL?
Дата
Msg-id 002c01c673e7$10ea7bc0$0200a8c0@PANASONIULSWMR
обсуждение исходный текст
Ответ на Encoding Conversion  ("beer" <beer@cmu.edu>)
Ответы Re: What's wrong with this SQL?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: What's wrong with this SQL?  (Chris <dmagick@gmail.com>)
Re: What's wrong with this SQL?  (John DeSoi <desoi@pgedit.com>)
Список pgsql-general
I'm trying to create a table and I'm getting this error:

      SQL error:


ERROR:  syntax error at or near "(" at character 39
      In statement:
      CREATE TABLE "users" ("user_ID" SERIAL(12), "first_name" character
varying(40) NOT NULL, "last_name" character varying(40) NOT NULL, "password"
character varying(16) NOT NULL, "email" character varying(100) NOT NULL,
"privilege" integer(2) NOT NULL, PRIMARY KEY ("user_ID"))



      What's wrong with this SQL?



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

Предыдущее
От: Scott Lamb
Дата:
Сообщение: Re: [PERFORM] Arguments Pro/Contra Software Raid
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: What's wrong with this SQL?