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
MariaDB
· Changes
Page history
legac created page: MariaDB
authored
Jul 15, 2015
by
LE GAC Renaud
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
MariaDB.markdown
MariaDB.markdown
+13
-0
No files found.
MariaDB.markdown
0 → 100644
View page @
c366c826
### 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
```
\ No newline at end of file