(DRW) Ordenar por fecha

[email protected] ("Anuack Luna")
Newsgroups php.doc.web
Message-ID <[email protected]>
Hola Foreros

Tengo la siguiente pregunta.

Como puedo darle la orden a un juego de registro que me lo ordene por fecha?

SELECT *
FROM mi_sitio_personal_menu
ORDER BY id DESC

Si le digo Orden by fecha Desc... Me lo ordena por números, no por fecha.

La fecha de la siguiente forma: "DIA/MES/AÑO"

Alguna sugerencia... Adjunto database


--
-- Estructura de tabla para la tabla `mi_sitio_personal`
--

CREATE TABLE `mi_sitio_personal` (
  `id` int(11) NOT NULL auto_increment,
  `publico_privado` varchar(10) default '0',
  `usuario` varchar(255) default NULL,
  `fecha` varchar(100) default NULL,
  `categoria` varchar(100) default NULL,
  `pequena_comentario` text,
  `comentario` text,
  `archivo` varchar(255) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Volcar la base de datos para la tabla `mi_sitio_personal`
--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.