Skip to main content

SqlName

Specifies an SQL alias for the index.

Usage

To override the default name for this index when referred to via SQL, use the following syntax:

Index name On property_expression_list [ SqlName = sqlindexname];

Where sqlindexname is an SQL identifier.

Details

This keyword lets you define an alternate name for this index when referred to via SQL.

Default

If you omit this keyword, the SQL name of the index is indexname as given in the index definition.

See Also

FeedbackOpens in a new tab