Ver Mensaje Individual
  #7  
Antiguo 02-08-2008
Avatar de peccatum
peccatum peccatum is offline
Miembro
 
Registrado: oct 2005
Posts: 89
Reputación: 19
peccatum Va por buen camino
Cita:
Empezado por RolphyReyes Ver Mensaje



Código:
CREATE INDEX IDX1 ON T1 COMPUTED BY ( UPPER(COL1) );
COMMIT
Hola... he intentado crear un indice de ésa forma... pero obtengo el siguiente error:


/*******************************************************************************
The next statement causes the following error:

This operation is not defined for system tables.
unsuccessful metadata update.
no keys for index IDX_VEHICULOS_MARCA.
*******************************************************************************/

CREATE INDEX IDX_vehiculos_marca ON vehiculos COMPUTED BY (UPPER (marca));


¿Cual será el error aquí?

edit: estaría bueno cambiar el título del thread ya que me costó encontrarlo...
Responder Con Cita