Okay, so when I INSERT a row of information into a MySQL database, I
don't want it to place it at the first empty row it finds....I want it
to put it after the very last exsisting row.

One of the fields of the database is an AUTO_INCREMENT type, so Im
assuming Im gonna use that in the query.

How would I write a query to do this??

THANKS!!!!!!!!!!!!!!!!!!!!!!

Reply via email to