length
説明
この関数は、文字列の長さ(バイト数)を返します。
構文
INT length(VARCHAR str)
例
MySQL > select length("abc");
+---------------+
| length('abc') |
+---------------+
| 3 |
+---------------+
キーワード
LENGTH
AI generated answers are based on docs and other sources. Please test answers in non-production environments.