MySQL Forums
Forum List  »  MySQL Query Browser

populer books query?
Posted by: Sinan Eldem
Date: September 27, 2005 10:46AM

CREATE TABLE `populer_books`
( `id` bigint(22) NOT NULL auto_increment,
`books` int(11) default NULL,
`user` int(11) default NULL,
`editor` int(11) default NULL,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`))
ENGINE=MyISAM;

this is mysql table structure

i want to list the books which are added to this table at list 10 times by users. will you please help me with the mysql query?

thanks...

Sinan Eldem
www.sineld.info
www.siirevim.com



Edited 1 time(s). Last edit at 09/27/2005 10:48AM by Sinan Eldem.

Options: ReplyQuote


Subject
Written By
Posted
populer books query?
September 27, 2005 10:46AM
September 30, 2005 09:15AM
October 06, 2005 02:11AM


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.