Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/05/2013, 20:12
claudinho
 
Fecha de Ingreso: febrero-2013
Ubicación: Margarita
Mensajes: 72
Antigüedad: 11 años, 2 meses
Puntos: 0
Respuesta: Ordenar Alfabeticamente

Cita:
Iniciado por gnzsoloyo Ver Mensaje
Eso no tiene ningún sentido. Pero por simple comprobación, ejecuta esto en el phpMyadmin con tu base, copia el resultado (expandiendo la vista de ser necesario) y postea lo que obtengas:

Código MySQL:
Ver original
  1. SHOW CREATE TABLE artistas;


hice la consulta y me mostro esto

CREATE TABLE `artistas` ( *`id` int(8) NOT NULL AUTO_INCREMENT, *`artista` varchar(80) NOT NULL, *`bio` text, *PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=latin1