нужно убрать кавычки у Васи
SELECT id FROM Users;
SELECT id FROM "Users";
$q = $dbh->prepare("select ... limit :limit");
$q->bindValue(':limit', 10, PDO::PARAM_INT);
$q->execute();
Неужели он не может отличить это <-+KennY+-> от html тега?
Warning Attempting to use a combination of the string and width specifiers with character sets that require more than one byte per character may result in unexpected results