http://www.perlmonks.org?node_id=43881


in reply to Re: Re: Re: Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBI
in thread Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBI

SELECT * FROM blah ORDER BY keyword

Lets face it, most database queries pay little attention to the physical location of the data within the database...

Then again, if we were really wirried about the physical location and order of the information we were accessing would you really argue that a generic database was the best way of storing?

  • Comment on Re: Re: Re: Re: Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBI
  • Download Code

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBI
by extremely (Priest) on Nov 29, 2000 at 15:53 UTC
    No no no, the '*' is the problem here, we aren't talking row order, we are talking about switching columns around. It's so evil your mind refused to believe it was possible =)

    --
    $you = new YOU;
    honk() if $you->love(perl)