25.10.2013 Views

New SQL Features in Firebird

New SQL Features in Firebird

New SQL Features in Firebird

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

12<br />

P<strong>SQL</strong> : EXECUTE STATEMENT<br />

Named <strong>in</strong>put parameters<br />

EXECUTE STATEMENT<br />

Input parameters<br />

('INSERT INTO TABLE VALUES (:a, :b, :a)')<br />

(a := 100, b := CURRENT_CONNECTION)<br />

Not named <strong>in</strong>put parameters<br />

EXECUTE STATEMENT<br />

('INSERT INTO TABLE VALUES (?, ?, ?)')<br />

(100, CURRENT_CONNECTION, 100)<br />

Luxembourg 2011 Whats new <strong>in</strong> <strong>Firebird</strong> <strong>SQL</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!