Thread: create table/type

create table/type

From
"Hicham G. Elmongui"
Date:
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