Ver Mensaje Individual
  #8 (permalink)  
Antiguo 04/03/2010, 12:18
gerazmv
 
Fecha de Ingreso: octubre-2004
Ubicación: Uruguay
Mensajes: 386
Antigüedad: 19 años, 7 meses
Puntos: 4
Respuesta: Eliminar todo menos 10 registros recientes

CREATE TABLE IF NOT EXISTS `tester` (
`idstats` int(2) NOT NULL auto_increment,
`20` int(2) NOT NULL,
PRIMARY KEY (`idstats`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_spanish_ci AUTO_INCREMENT=1 ;