chevron_left
Character sets and Collations
check_circle
Mark as learned thumb_up
0
thumb_down
0
chat_bubble_outline
0
auto_stories new
settings
Checking collation in MySQL
Database
chevron_rightMySQL
chevron_rightCookbooks
chevron_rightCharacter sets and Collations
schedule Jul 1, 2022
Last updated local_offer MySQL
Tags tocTable of Contents
expand_more Check out the interactive map of data science
It is possible to check the collation of a string using the following:
SELECT COLLATION('string');
+---------------------+| COLLATION('string') |+---------------------+| utf8mb4_0900_ai_ci |+---------------------+
Published by Arthur Yanagisawa
Edited by 0 others
Did you find this page useful?
thumb_up
thumb_down
Ask a question or leave a feedback...
thumb_up
0
thumb_down
0
chat_bubble_outline
0
settings
Enjoy our search
Hit / to insta-search docs and recipes!