SET type

Started by Konstantinos Vassiliadisalmost 28 years ago1 messagesgeneral
Jump to latest
#1Konstantinos Vassiliadis
vassilik@p22.cs.man.ac.uk

Hi
Does anyone know how to define a table with the type SET ?
I have done a \dT and the very first type is SET which is described as a
set of tuples
I have tried
create table a
(col1 SET(b))

where b is another table but gave error at or near "set"

Kostas VAssiliadis