Subject | Re: [firebird-support] INSERT Multiple Rows same SQL Statment |
---|---|
Author | Anderson Farias |
Post date | 2008-09-24T15:30:32Z |
Hi,
Regards,
Anderson Farias
>I think it's easier like this:Agree, as far as you have the tables with the source data.
>insert into table_ (field1, field2)
>select val1_1, val2_1 from rdb$database union all
>...
>select val1_2, val2_2 from rdb$database;
Regards,
Anderson Farias