Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » ALTER INDEX |
ALTER INDEX <Name> ON <TableName>|<ViewName> (<ColumnName> [COLLATE <CollationName>] [[ASC|ASCENDING]|[DESC|DESCENDING]] [,<ColumnName>]) [DESCRIPTION <Description>] [NO BACKUP FILES]
-- The following statement changes the Name index on the -- Customer table so that the Name column is sorted case-insensitive ALTER INDEX "Name" ON "Customer" (Name COLLATE "ANSI_CI" ASC)
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 |