Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Wiki
MariaDB
Last edited by
LE GAC Renaud
Jul 15, 2015
Page history
MariaDB
MariaDB in a nutshell
Update the content of one column
mysql> UPDATE table SET column=XXXX
or
mysql> UPDATE table SET col1=X, col2=x2 WHERE id=y