Subject Re: [firebird-support] INSERT Multiple Rows same SQL Statment
Author Anderson Farias
Hi Sasha,

> Those are constants. Something like this:
>
> insert into ...
> select 'foo', 42 from rdb$database ...
>

Ok, understood now. =) This is a nice solution.

But, while this will work for any FB version, I'd go with execute block (if
targeting only newer FB versions) as I *personally* find it more "clean".


Regards,
Anderson Farias