Have you tried using placeholders ?
pojmy $sql = 'SELECT COUNT(le_id) FROM legal_entity WHERE le_corid = ? AND le_lesid = ? AND le_inc_name = ?'; my $sth = $dbh->prepare($sql); $sth->execute(586,$lesid,$incname); my ($count_le) = $sth->fetchrow_array;
In reply to Re: Matching alphabetic diacritics with Perl and Postgresql
by poj
in thread Matching alphabetic diacritics with Perl and Postgresql
by anonymized user 468275
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |