DIA-51888
ALTER VECTOR INDEX [owner_name].[index_name] REBUILD failed. Covering columns cannot be named '[column_name]'.
- owner_name: The owner of the index.
- index_name: The index name.
- column_name: The column name.
Cause
An attempt is being made to rebuild a vector index with covering columns on a column with a reserved name.
Action
Use a different name for the column to be covered and create a new index.