次のクエリを使用しています
$abilityPts = xxx;
$statement = $conn->prepare('UPDATE players SET ability = (ability + $abilityPts) WHERE id = :myPlayerId');
しかし、それはmerエラーを与えています..
$abilityPts column not found
この問題を解決するにはどうすればよいですか?
{"error":"SQLSTATE[42S22]: Column not found: 1054 Unknown column '$abilityPts' in 'field list'"}