Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » ALTER VIEW |
ALTER VIEW <Name> AS <View Definition> [WITH CHECK OPTION|WITHOUT CHECK OPTION] [DESCRIPTION <Description>] [VERSION <VersionNumber>] [ATTRIBUTES <CustomAttributes>]
-- 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 |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |