|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: SQL::Statement confusing literals and identifiersby grinder (Bishop) |
| on Mar 11, 2008 at 08:36 UTC ( #673430=note: print w/ replies, xml ) | Need Help?? |
|
SQL::Statement doesn't seem to recognize that "set" means set. String constants use single quote (') delimiters. Column labels use double quotes ("), and set in your example is a string constant, not a column label. So the (non-) problem is that it doesn't like parsing illegal SQL. Rewrite your statement as the following, and you should be fine.
• another intruder with the mooring in the heart of the Perl
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||