MySQL OCTET_LENGTH Function

MySQL OCTET_LENGTH is a synonym of the LENGTH function. This OCTET LENGTH String method is used to find the length of a user-given expression, and the syntax of this function is as shown below: SELECT OCTET_LENGTH(String_Expression) FROM Source MySQL OCTET_LENGTH Function Example The String OCTET LENGTH function counts and returns the number of characters inside a … Read more