in reply to Re: Keeping Perl DBI Quiet
in thread Keeping Perl DBI Quiet

And if you just happen to be using mysql instead of Postgres, you're in luck. Slightly different syntax, but it's available (darn the cross-compatability, why can't they all be the same? :)).

# for mysql temporary table (exists until end of session) CREATE TEMPORARY TABLE table_name( ... );

Replies are listed 'Best First'.
Re: Re^2: Keeping Perl DBI Quiet
by EvdB (Deacon) on Nov 26, 2003 at 09:47 UTC
    Actually I was being lazy, the form you gave is good for Postgres too.

    --tidiness is the memory loss of environmental mnemonics