Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/12/2008, 15:23
wwwmaster
 
Fecha de Ingreso: noviembre-2002
Ubicación: DF
Mensajes: 1.056
Antigüedad: 22 años, 1 mes
Puntos: 37
Respuesta: Eliminar campo en DB2

Yo probe:
CREATE TABLE QteMP/PRUEBA (CAMPO1 CHAR (2 ) NOT NULL WITH DEFAULT,
CAMPO2 CHAR (2 ) NOT NULL WITH DEFAULT, CAMPO3 CHAR (2 ) NOT NULL
WITH DEFAULT)
Table PRUEBA created in QTEMP.

Al intentar borrar el campo.. me manda esto:
ALTER TABLE QTEMP/PRUEBA DROP COLUMN CAMPO2 CASCADE


Job 403024/USER/TERMINAL0006 started on 12/10/08 at 09:15:09 in subsystem
Change of file PRUEBA may cause data to be lost. (C I) (respondo con I.gnore)

y me devuelve el mensaje:
ALTER completed for table PRUEBA in QTEMP.

Probado en iSeries con Db2 en el cliente SQl

Busca el no. de error en google o en los redbooks de ibm a ver q dice

Saludos