Zitat Zitat von Fuerchau Beitrag anzeigen
create table qtemp.xxx as
(
select .... from lib.file where ...
union all
select ... from RDB2.lib.file where ...
union all
select ... from RDB3.lib.file where ...
) with data
'
... seit wann kann three part alias mehrere Datenbanken in einem select?