Skip to content

Instantly share code, notes, and snippets.

@yoku0825
Created December 15, 2021 01:15
Show Gist options
  • Save yoku0825/b7f458f06cc78edb342f87b8da816b57 to your computer and use it in GitHub Desktop.
Save yoku0825/b7f458f06cc78edb342f87b8da816b57 to your computer and use it in GitHub Desktop.
mysql80 26> SELECT x'E8919BF3A08481', LENGTH(x'E8919BF3A08481'), CHARACTER_LENGTH(x'E8919BF3A08481');
+-------------------+---------------------------+-------------------------------------+
| x'E8919BF3A08481' | LENGTH(x'E8919BF3A08481') | CHARACTER_LENGTH(x'E8919BF3A08481') |
+-------------------+---------------------------+-------------------------------------+
| 葛󠄁 | 7 | 7 |
+-------------------+---------------------------+-------------------------------------+
1 row in set (0.00 sec)
@yoku0825
Copy link
Author

それはそうとして CHAR_LENGTH が2はなんかアレなので一応

https://bugs.mysql.com/bug.php?id=105904

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment