![]() | ![]() Products ![]() ![]() ![]() ![]() |
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 Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |