|  |  Login Products  Sales  Support  Downloads  About | 
| Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » ALTER VIEW | 
 ALTER VIEW
 ALTER VIEWALTER VIEW <Name> AS <View Definition> [WITH CHECK OPTION|WITHOUT CHECK OPTION] [DESCRIPTION <Description>] [VERSION <VersionNumber>] [ATTRIBUTES <CustomAttributes>]
 All clauses after the view definition are optional.  If they are not specified, then they will not be altered and will stay the same as before the ALTER VIEW statement was executed.
 All clauses after the view definition are optional.  If they are not specified, then they will not be altered and will stay the same as before the ALTER VIEW statement was executed. If you alter a view definition using this statement, it will remove any defined indexes for the view and will require that you use the CREATE INDEX statement to recreate the index(es).
 If you alter a view definition using this statement, it will remove any defined indexes for the view and will require that you use the CREATE INDEX statement to recreate the index(es).-- The following statement changes the description of the -- EmployeesList view. ALTER VIEW "EmployeesList" AS SELECT Name, HireDate FROM Employees DESCRIPTION 'List of all employees and hire dates'
| Deviation | Details | 
| Extension | This SQL statement is an ElevateDB extension | 
 More Support Options
 More Support Options| This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy  Site Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ?  E-mail us at info@elevatesoft.com | 
