| 从复杂类型选择数据 / 从集合中选择 | |
图: 查询
SELECT projects
FROM manager
WHERE mgr_name = 'Sayles'
图: 查询结果
projects LIST {ROW(voyager_project, SET{Simonian, Waters, Adams, Davis})}
projects LIST {ROW(horizon_project, SET{Freeman, Jacobs, Walker, Cannan})}
projects LIST {ROW(sapphire_project, SET{Villers, Reeves, Doyle, Strongin})}
⋮