Insert null in int column

Поиск
Список
Период
Сортировка
Искать
От
venkata siva prasad
Тема
Insert null in int column
Дата
Msg-id
20101122175055.39596.qmail@f5mail-236-221.rediffmail.com
Список
Дерево обсуждения
Insert null in int column "venkata siva prasad" <vsp_29@rediffmail.com>
Re: Insert null in int column dmp <danap@ttc-cmc.net>
Re: Insert null in int column dmp <danap@ttc-cmc.net>
Re: Insert null in int column Maciek Sakrejda <msakrejda@truviso.com>
Hi,

I have created the table as below.

create table test(id numeric(4),name character varying(8));

I need to insert null as below.

insert into test values(null,'aaa');

But  I am getting error as "Integer expecting..."


Can you please help me on this.

Regards,
Prasad

В списке pgsql-jdbc по дате отправления
От: Maciek Sakrejda
Дата:
От: Maciek Sakrejda
Дата:
Сообщение: Re: Insert null in int column
FAQ