Insert null in int column

Поиск
Список
Период
Сортировка
От venkata siva prasad
Тема Insert null in int column
Дата
Msg-id 20101122175055.39596.qmail@f5mail-236-221.rediffmail.com
обсуждение исходный текст
Ответы Re: Insert null in int column  (Maciek Sakrejda <msakrejda@truviso.com>)
Re: Insert null in int column  (dmp <danap@ttc-cmc.net>)
Список pgsql-jdbc
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
Дата:
Сообщение: Re: getTables() doesn't handle umlauts correctly
Следующее
От: Maciek Sakrejda
Дата:
Сообщение: Re: Insert null in int column