Salve a tutti.. ho problemi a fare una query dove il nome delle colonne è rappresentato da cifre..
questo è l'errore...
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '100 = 1 WHERE 'userID' = 34' at line 1
mentre la query che faccio è la seguente
$insertSQL = sprintf("UPDATE tbl_user_research SET $levv = $lev WHERE 'userID' = $le");
dove $levv = 100, $lev = 1, e $le = 34...
grazie anticipatamente...