MODIFY VIEW Command

See Also

Displays the View Designer, allowing you to modify an existing SQL view.

Syntax

MODIFY VIEW ViewName [REMOTE]

Arguments

ViewName

Specifies the name of the view to modify.

REMOTE

Specifies that the view is a remote view that uses remote tables. If you omit REMOTE, you can modify a view using local tables.

Remarks

SQL views are created with CREATE SQL VIEW.