
16/10/2015, 10:36
|
| | Fecha de Ingreso: mayo-2015 Ubicación: Brasil
Mensajes: 13
Antigüedad: 9 años, 10 meses Puntos: 0 | |
Respuesta: Rand() no funciona en el servidor Esto es lo que me sale. A ver si ayuda...
Resultado SQL
Host: 127.0.0.1
Database: local
Generation Time: 16-Out-2015 às 18:36
Generated by: phpMyAdmin 4.4.14 / MySQL 5.6.26
Comando SQL: SHOW CREATE TABLE ejercicios;
Linhas: 1 Table
ejercicios Create Table
CREATE TABLE `ejercicios` (
`basico` text NOT NULL,
`intermediario` text NOT NULL,
`avanzado` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 |