Problems to add using UPDATE -



Problems to add using UPDATE -

how increment value in field update in mysql using pdo? not working. must added in order perform update

$atualizar = array(':campoa '=>$valora,'campob'=>$valorb); $atualizar_voto = $conn->prepare("update tabela set votos = votos + '1' (campoa = :ida, campob = :idb)");

sql-update

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -