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