Re: what is wrong with this SQL?

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: what is wrong with this SQL?
Дата
Msg-id 3BB3C36B.F3F79FF5@fourpalms.org
обсуждение исходный текст
Ответ на what is wrong with this SQL?  (kornale@zdnetmail.com (Alex K.))
Список pgsql-general
...
> PostgreSQL DECIMAL doesn't take a size argument.  Take out the sizes
> and you'll be good.

That doesn't seem to be a problem:

lockhart=# create table t1 (d decimal(19) not null);
CREATE

                    - Thomas

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

Предыдущее
От: Keary Suska
Дата:
Сообщение: Re: temp table::persistance problem
Следующее
От: Mike Mascari
Дата:
Сообщение: Re: Double Quoting Table Names????