Inherancing

Поиск
Список
Период
Сортировка
От Nasair Junior da Silva
Тема Inherancing
Дата
Msg-id 20030107094225.0345a050.njunior@univates.br
обсуждение исходный текст
Ответы Re: Inherancing  (Adam Witney <awitney@sghms.ac.uk>)
Список pgsql-sql
Hi people,
supposing i have the tables :

create table cities (id int, name varchar, primary key(id) );
create table centers (state varchar(2)) inherits (cities);

ant the tuple
insert into cities values (1, 'Lajeado');

How i do if i want to make this city as a center ?

Thanks,

xx===============================xx
||  °v°   Nasair Junior da Silva ||
|| /(_)\  Linux User: 246054     ||
||  ^ ^   njunior@univates.br    ||
||CPD - Desenvolvimento          ||
||Univates - Centro Universitário||
xx===============================xx


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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: 7.3.1 index use / performance
Следующее
От: Adam Witney
Дата:
Сообщение: Re: Inherancing