I don´t know, but i think the thread title is kinda self-explainatory (spelled wrong?).
I basically want to print out the 5 latest news.
My table structure is:
`id` smallint(6) NOT NULL auto_increment,
`short_name` tinytext NOT NULL,
`name` tinytext NOT NULL,
`short_text` mediumtext NOT NULL,
`text` longtext NOT NULL,
`date` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
I want to sort the rows by the id row, with the highest id first.
I need backup!
// Thanks in advance, Linus MS "TheLinx"