Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How would i turn the following query in to a parameterised query as it uses a database function
thanksmy $querystrCon = ("update table set Details= CONCAT(Details, \"$i + lines inserted") where id=$RunID");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: parameterised query using database functions
by ikegami (Patriarch) on Nov 24, 2010 at 17:47 UTC | |
by Anonymous Monk on Nov 24, 2010 at 17:54 UTC | |
by ikegami (Patriarch) on Nov 24, 2010 at 18:17 UTC | |
|
Re: parameterised query using database functions
by locked_user sundialsvc4 (Abbot) on Nov 24, 2010 at 19:13 UTC |