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
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
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
3 matches
Mail list logo