Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Ciao! sto usando mysql query browser. Devo copiare i dati della un colonna 'nome' della tabella 'utenti' nella colonna 'nome_completo'della stessa tabella 'utenti'. Come si fa? Grazie!
UPDATE utenti SET nome_completo = nome