in reply to Re: Perl AND SQL Help
in thread Perl AND SQL Help

Umm, fetchrow_hashref() will return the columns in a row in a possibly non-predictable order, but what the OP is asking about is not the order of the columns in a row, but rather the order of the rows in the table.