Subject | Re: [firebird-support] Temporary tables |
---|---|
Author | Ivan Prenosil |
Post date | 2004-12-20T11:01:12Z |
> I have several tables that I want to query as if their rows were in aE.g. insert a million rows from one table, insert one million rows
> single table. My thinking was to use a temporary table and execute
> multiple 'select into' queries to populate it and then run a final
> select against it.
from another table, perform query that returns two qualified rows,
then delete everything ??
Ivan