Is there any possibility to see what is the executed SQL string? I can see what is in $str and what is in $sql, but when the column is 'char' then it should be automatically put _'_ at the begining and end of string, what happening in case if I have this character in $str?$sql="Select * from table where column=?"; $rh=$dbh->prepare($sql); $rh->execute($str);
In reply to How to see executed SQL string? by Mask
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |