Sujet : Re: The joy of FORTRAN
De : c186282 (at) *nospam* nnada.net (c186282)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 28. Feb 2025, 07:19:38
Autres entêtes
Message-ID : <-ducnbYn4JrmyFz6nZ2dnZfqn_idnZ2d@giganews.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 2/27/25 4:39 PM, Lawrence D'Oliveiro wrote:
On Thu, 27 Feb 2025 12:04:15 +0000, The Natural Philosopher wrote:
Ummmmmm ... SQL from *anything* isn't especially "pleasant' 🙂
>
It is if you restrict yourself to just a few library bits that work
[well]
I think the most complex query I’ve done is a 7-way table join.
I only used SQL to do the initial selection - and
then more custom code to go through/organize that.
Table-joins and the rest are just too evil. No
"simple" once you get to that junk (and it's SLOW too).
Dump the initial find to a file and use 'C' to go
on from there.