bin
入力 arg をバイナリに変換します。
構文
bin(arg)
パラメータ
arg: バイナリに変換したい入力です。BIGINT データ型をサポートします。
戻り値
VARCHAR データ型の値を返します。
例
mysql> select bin(3);
+--------+
| bin(3) |
+--------+
| 11 |
+--------+
1 row in set (0.02 sec)
AI generated answers are based on docs and other sources. Please test answers in non-production environments.