Subject | Re: [firebird-support] Multiple values in a single INSERT query example |
---|---|
Author | Ann W. Harrison |
Post date | 2008-01-15T21:37:17Z |
Vlad Khorsun wrote:
EXECUTE BLOCK
insert statement 1
insert statement 2
insert statement 3
insert statement 4
insert statement ... n
END BLOCK
Each insert statement is parsed, compiled, and optimized separately.
Regards,
Ann
>That's true, but the example was
> EXECUTE BLOCK may be prepared once and re-executed many times
> as well as all other statements.
>
EXECUTE BLOCK
insert statement 1
insert statement 2
insert statement 3
insert statement 4
insert statement ... n
END BLOCK
Each insert statement is parsed, compiled, and optimized separately.
Regards,
Ann