Re: [GENERAL] how to insert data in a row with serial type

Поиск
Список
Период
Сортировка
От Moray McConnachie
Тема Re: [GENERAL] how to insert data in a row with serial type
Дата
Msg-id 010c01bf73b7$ce5fd6a0$760e01a3@oucs.ox.ac.uk
обсуждение исходный текст
Ответ на how to insert data in a row with serial type  (Jaume Pausas <a1649@dis.ulpgc.es>)
Список pgsql-general
----- Original Message -----
From: Jaume Pausas <a1649@dis.ulpgc.es>
To: <pgsql-general@postgreSQL.org>
Sent: Thursday, February 10, 2000 11:03 AM
Subject: [GENERAL] how to insert data in a row with serial type


> Hi!
>
> How to insert data in a registry like
>
> create table pp (
>     cod serial primary key,
>     des text not null allowed
> );
>
> insert into pp values ('','hola');

INSERT INTO pp (des) VALUES ('hola');


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

Предыдущее
От: Jaume Pausas
Дата:
Сообщение: how to insert data in a row with serial type
Следующее
От: Arnaud FLORENT
Дата:
Сообщение: Memory exhausted in AllocSetAlloc()