Running PostgreSQL 7.2.1 on RedHat Linux 7.2:
I have a query where I have to replace the
date parameter each time I run the query.
Is there a way to substitute just the date
parameter in the sql without having to
edit the script, re-run and edit again?
(Quiet as it's been kept, this looks like a
job for Perl ...)
Thanks!
-X