Parameterized SQL statement: Difference between revisions

→‎{{header|Clojure}}: Removed the improve tag. I don't know why that tag was added, but both update! and execute! examples make use of prepared statements and are fully parameterized.
No edit summary
(→‎{{header|Clojure}}: Removed the improve tag. I don't know why that tag was added, but both update! and execute! examples make use of prepared statements and are fully parameterized.)
Line 226:
 
=={{header|Clojure}}==
{{improve|Clojure|It just has to show exclusively the parametrized possibility. Definitely NOT the "GoTo" version.}},
<lang clojure>(require '[clojure.java.jdbc :as sql])
; Using h2database for this simple example.
Anonymous user