21/05/2012, 06:53
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 47
Antigüedad: 14 años, 1 mes 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... |