View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 07:00 AM
Alex Arul Lurthu
 
Posts: n/a
Default Re: Simple questio SQL

select * from Products order by Visited desc limit 10; should give
you the top 10 products.


On 9/5/07, Tomas Abad <informatica@vipventa.com> wrote:
>
> HI All,
>
>
>
> I have a Table and want to know the most visited products.
>
>
>
> Products
>
> - Id
>
> - Name
>
> - Visited
>
>
>
> Visited is numeric.
>
>



--
Thanks
Alex
http://alexlurthu.wordpress.com

Reply With Quote