Subquery support in CREATE VIEW statement [CR 426715]

In Chapter 6, “SQL Statements,” the CREATE VIEW statement omits a subquery restriction. In the “Usage” section, the AS option should read as follows:

AS The SELECT statement on which the view is based must not contain an ORDER BY clause, a subquery in the SELECT list, or a TOP or FIRST qualification. It may have a GROUP BY clause and may be a UNION.