Mysql
 sql >> Database >  >> RDS >> Mysql

Codice di errore:1064 in MySQL

Hai dimenticato di citare i valori delle stringhe.

ad esempio:

concat('update yourTable
set address ="',  @address, '" 
where id = 1');

oppure usa la funzione quote