Re: [PHP] lowest number in field

2001-04-07 Thread B. van Ouwerkerk
At 17:36 7-4-01 +0100, george wrote: > Is it possible to be able to query the DB find the lowest numebr in the >table and then display it on the page. Yup, Query, sort ASC limit 1 and display it.. should do the job.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] lowest number in field

2001-04-07 Thread Joe Stump
SELECT * FROM table ORDER BY number LIMIT 1 --Joe On Sat, Apr 07, 2001 at 05:36:04PM +0100, george wrote: > > Is it possible to be able to query the DB find the lowest numebr in the > table and then display it on the page. > > > TIA > George > > > > -- > PHP General Mailing List (htt

[PHP] lowest number in field

2001-04-07 Thread george
Is it possible to be able to query the DB find the lowest numebr in the table and then display it on the page. TIA George -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list a