PDA

View Full Version : order when inserting (SQL)


Norberg
03-29-2005, 01:51 PM
Hi,

I have an SQL database, which I'm dealing with through phpMyAdmin and using PHP to insert things into it.

I've recently noticed that the things I put into it using the INSERT function (via PHP but that's less important) are put at the top of the table, instead of at the bottom, which as far I understand is the way it usually is.

So my simple (stupid?) question is; why?

Thanks

Norberg
03-29-2005, 02:01 PM
it was indeed a stupid question, just had to look around in phpMyAdmin...