Registriert seit: 28. Jun 2004
Ort: Bockhorn
90 Beiträge
Delphi 11 Alexandria
|
Re: Oracle & Dyn Cursor & Bulk SQL
25. Aug 2004, 14:24
Hi !
Wenn ich Deine Probleme richtig gedeute habe kann Dir sowas vielleicht helfen :
create table neue_table as
((select a,b,c from table_a)
union
(select a,b,c from table_b)
union
(select a,b,c from table_c))
Rolf Heinen Bye und bis denne
Bitworm
|