Subject | Re: [firebird-support] Multiple values in a single INSERT query example |
---|---|
Author | Nando Dessena |
Post date | 2008-01-11T13:50:29Z |
Hello,
m> How to insert multiple values with a single insert statement?
You can't, but you can put multiple insert statement into a single EXECUTE
BLOCK statement. EXECUTE BLOCK may or may not be available depending
on your version of Firebird.
Ciao
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================
m> How to insert multiple values with a single insert statement?
You can't, but you can put multiple insert statement into a single EXECUTE
BLOCK statement. EXECUTE BLOCK may or may not be available depending
on your version of Firebird.
Ciao
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================