Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/05/2012, 06:53
danieler87
 
Fecha de Ingreso: diciembre-2010
Mensajes: 47
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: Insertar valor null en campos vacios de array

CREATE TABLE `peticiones` (
`num1` int(11) unsigned DEFAULT NULL,
`num2` int(11) unsigned DEFAULT NULL,
`num3` int(11) unsigned DEFAULT NULL,
`num4` int(11) unsigned DEFAULT NULL,
`num5` int(11) unsigned DEFAULT NULL,
`num6` int(11) DEFAULT NULL,
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

supuestamente esta es la tabla y el valor por defecto es null...