in reply to (OT?) Recursive sql queries?

you may want to fetch all the data at once from the database and let Sort::Tree do the work for you.

Replies are listed 'Best First'.
Re: Re: (OT?) Recursive sql queries?
by hardburn (Abbot) on Feb 26, 2004 at 20:23 UTC

    If it's going to be a quickie that will only be run a few times a week (at most), maybe. But doing it a lot negates many of the benefits of having a database management system.

    ----
    : () { :|:& };:

    Note: All code is untested, unless otherwise stated