davidj has asked for the wisdom of the Perl Monks concerning the following question:
I have searched SQL documentation and unless I am missing something, 'with' is not a keyword that would cause confusion. Is there something special about the word in Perl that would be causing this error?DBD::mysql::st execute failed: You have an error in your SQL syntax. +Check the manual that corresponds to your MySQL server version for th +e right syntax to use near 'with) VALUES (11,'14','1','1','1')' at li +ne 1 at ./put1.pl line 25, <CEV> line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: database table named 'with'
by !1 (Hermit) on Jan 26, 2005 at 04:44 UTC | |
|
Re: database table named 'with'
by jZed (Prior) on Jan 26, 2005 at 04:54 UTC | |
|
Re: database table named 'with'
by jbrugger (Parson) on Jan 26, 2005 at 08:16 UTC | |
|
Re: database table named 'with'
by davidj (Priest) on Jan 26, 2005 at 06:46 UTC | |
|
Re: database table named 'with'
by K_M_McMahon (Hermit) on Jan 26, 2005 at 04:42 UTC | |
|
Re: database table named 'with'
by Grygonos (Chaplain) on Jan 26, 2005 at 16:28 UTC |