You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/07/01 11:24:18 UTC

[GitHub] [incubator-doris] DinoZhang opened a new issue #6139: bit_length function error

DinoZhang opened a new issue #6139:
URL: https://github.com/apache/incubator-doris/issues/6139


   **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)
   ````
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #6139: bit_length function error

Posted by GitBox <gi...@apache.org>.
morningman closed issue #6139:
URL: https://github.com/apache/incubator-doris/issues/6139


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org