Jump to content

Parameterized SQL statement: Difference between revisions

Line 1,042:
=={{header|SQL PL}}==
{{works with|Db2 LUW}}
The following example is not Parametrized SQL, but it prevents SQL injections, and the SQL performs very well, because the execution plan is precompiled.
<lang sql>
CREATE TABLE PLAYERS (
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.