Tema: Check!!
Ver Mensaje Individual
  #3  
Antiguo 09-02-2004
subzero subzero is offline
No confirmado
 
Registrado: ene 2004
Ubicación: Móntería - Córdoba - Colombia
Posts: 289
Reputación: 0
subzero Va por buen camino
Post

Ya lo solucione, de esta manera

ALTER TABLE TABLA
DROP CONSTRAINT CKC_INS_TIPO_INTEGRAC_INSTITUC
ADD constraint CKC_INS_TIPO_INTEGRAC_INSTITUC check (INS_TIPO_INTEGRACION is null or ( INS_TIPO_INTEGRACION in ('1','2','3') ));


Ok.
Responder Con Cita