![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: PerlDBI and quotingby haukex (Archbishop) |
on Feb 05, 2021 at 12:21 UTC ( #11127925=note: print w/replies, xml ) | Need Help?? |
However, when I look at the data content in SQL Developer, or when I then perform a 'select' on the table to extract the data later, it has enclosing quotes i.e. I don't get " CONTENT " - I get " 'CONTENT' ", which then interferes with string matching downstream. What have I missed? You don't need both ->quote and placeholders (?, ?). Placeholders are The Right Way, so just use only those.
In Section
Seekers of Perl Wisdom
|
|