"Thomas O'Neill" <[EMAIL PROTECTED]> wrote:
> 1. How would I select the row that has the highest value in one of the
fields?

Use the ORDER BY clause.  ORDER BY field_name DESC

> 2. How to I update a record?

Use an UPDATE query.  Query structure and MySQL commands are covered in the
online manual.  If you're new to databases I suggest learning basic SQL and
spending some time reading the MySQL manual.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to