Parameterized SQL statement: Difference between revisions

Minor typo
(Added PicoLisp)
(Minor typo)
Line 138:
 
=={{header|PicoLisp}}==
As PicoLisp uses normal function calls for DB manipulations, thus parameters are always treated as plain data and are not executed.
<lang PicoLisp>(for P (collect 'jerseyNum '+Players 99)
(put!> P 'name "Smith, Steve")
Anonymous user