Обсуждение: create table/type

Поиск
Список
Период
Сортировка

create table/type

От
"Hicham G. Elmongui"
Дата:
is there a way to create a table with a certain type?

CREATE TYPE typename AS (id integer, name varchar);

and something like

CREATE TABLE names OF TYPE typename.


Is there a syntax to support this?

thanks,
--h