This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mysql:snippets [2016-12-24 12:43] – admin | mysql:snippets [2023-10-26 20:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== MySQL Snippets ==== | ==== MySQL Snippets ==== | ||
=== Character Sets === | === Character Sets === | ||
- | * Change to UTF-8 | + | * Change to UTF-8 (use utf8mb4 to include latest emoticons) |
- | * '' | + | * '' |
+ | === Table manipulation === | ||
* Duplicate rows | * Duplicate rows | ||
* '' | * '' | ||
- | * '' | + | * '' |
* '' | * '' | ||