Insert into when the type is an other table

Поиск
Список
Период
Сортировка
От Mourad EL HADJ MIMOUNE
Тема Insert into when the type is an other table
Дата
Msg-id 005601c0b07a$be514630$71a337c1@ensma.fr
обсуждение исходный текст
Ответы Re: Insert into when the type is an other table
Список pgsql-general
Hi,
 
I created a Tables : Create Table address (contry varchar(20), city varchar(20), zip_code integer),
                           
                              Create Table  person (Name  varchar(20), addr address);
 
I would know how I can Insert Values in person table.
 
note that Postgres add each created table in pg_types catalog table. so, each table is considered as a data type. is this right?
 
thanks for your help,
 
Mourad 
 
 

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

Предыдущее
От: Michelle Murrain
Дата:
Сообщение: Re: IDE or RAD tools
Следующее
От: Ned Lilly
Дата:
Сообщение: Re: IDE or RAD tools