Open topic with navigation
Returns the length of the given string in bits.
BIT_LENGTH (str1)
SELECT BIT_LENGTH('my text')
The above query returns:
BIT_LENGTH(‘my text’)
---------------------
56
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.