RE: [PHP] MySQL queston - Which row does it put your info into?

2002-01-24 Thread Rick Emery
When records are deleted, the space they occupied are marked as vacant. New records are inserted into those locations. That said, since this is a relational database, it really doen't matter where the new records are inserted. If you want the nitty-gitty details of MYSQL or help, go to the the

Re: [PHP] MySQL queston - Which row does it put your info into?

2002-01-24 Thread Rasmus Lerdorf
That's how databases work. There is no implied ordering internally. An order is only applied if you add an order by clause on a select. -Rasmus On Thu, 24 Jan 2002, Phil Schwarzmann wrote: When Im adding rows into my MySQL database using PHP, it seems to put them in random places in the