Re: [PHP-WIN] Not a PHP problem, it's a MySQL problem

2002-06-18 Thread Scott Hurring
Try putting a "LIMIT 10" after a valid query -- Scott Hurring Systems Programmer EAC Corporation scott (*) eac.com -- "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > top 10 *? What is that supposed to be? Please go read the MySQL docs. > > -R

Re: [PHP-WIN] Not a PHP problem, it's a MySQL problem

2002-06-18 Thread Rasmus Lerdorf
top 10 *? What is that supposed to be? Please go read the MySQL docs. -Rasmus On Tue, 18 Jun 2002, James Meers wrote: > Sorry, its not a PHP problem, it's a MySQL problem. > > I am trying to do a MySQL query below: > > select top 10 * from table order by record_number desc > > However, I