On 01 Feb 2003 16:47:23 -0500 [EMAIL PROTECTED] (Brian V Bonini) wrote:

> Sorry for the OT question: 
> 
> I'm loading a .csv file into MySQL, done it a million times but for some
> reason it is scrambling the row order. All the fields are making it in
> correctly but the order of the rows seems to end up totally random. I've
> done this a million times and never saw this..
> 
> Any thoughts...

where do you take a row-order from? and HOW are you uploading it into mysql?
if you don't use a "order by"-clause in a select you won't have a really 
ordered result (only by accident).

Regards,
-- 
Thomas Seifert

mailto:[EMAIL PROTECTED]
http://www.MyPhorum.de 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to