Re: [GENERAL] Create an empty record

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: [GENERAL] Create an empty record
Дата
Msg-id Pine.BSF.4.21.0105191344070.50686-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Create an empty record  (Per-Olof Pettersson <pgsql@peope.net>)
Список pgsql-sql
I believe it's:
insert into product default values;

(Don't blame us, blame the standard... :) )

On Sat, 19 May 2001, Per-Olof Pettersson wrote:

> Hi
>
> How would one goabout creating an empty record (for use in relations).
>
> I have tried INSERT INTO product() VALUES(); but as expected it did not
> work.


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

Предыдущее
От: Per-Olof Pettersson
Дата:
Сообщение: Re: Create an empty record
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Truncation of char, varchar, bit, varbit types (fwd)