Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > CREATE VIEW >

Union Views

A view that contains a UNION or UNION ALL operator in its SELECT statement is known as a union view. Certain restrictions apply to union views:

For a list of these restrictions, see Restrictions on a Combined SELECT. For an example of a CREATE VIEW statement that defines a union view, see Naming View Columns.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]