SELECT t
CLUSTER t1, t2, t3
FROM R
Each cluster can be "open" (objects inside visible) or "closed" (objects
inside not visible). The notation is t2o for an open
cluster and t2c or simply no superscript for a closed
cluster. In the SQL-like language the keyword "OPEN" is used:
SELECT t
CLUSTER t1, OPEN t2, t3
FROM R