Skip to content

bit_length function error #6139

Description

@DinoZhang

Is your feature request related to a problem? Please describe.

bit_length function error

MySQL [(none)]> select bit_length("abc");
ERROR 1064 (HY000): errCode = 2, detailMessage = No matching function with signature: bit_length(varchar(-1)).

in mysql

mysql> select bit_length("abc");
+-------------------+
| bit_length('abc') |
+-------------------+
| 24 |
+-------------------+
1 row in set (0.01 sec)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions