MySQL Forums
Forum List  »  Spanish

Re: Optimizacion de tablas o optimizacion de consultas
Posted by: Reynier Perez Mira
Date: March 19, 2013 08:36AM

Hola nuevamente Jesus, aqui en este enlace esta el SQL que genera las 3 tablas que comente al principio https://mega.co.nz/#!5l8ByBoI y por otro lado la tabla tbl_temporal, creo que seguiria el mismo formato o sea:

CREATE TABLE IF NOT EXISTS `tbl_temporal` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`number` varchar(11) CHARACTER SET latin1 COLLATE latin1_spanish_ci NOT NULL
NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

Espero por tus comentarios
Saludos

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.