Skip to content

Commit

Permalink
functions-and-operators: remove link from CHAR_LENGTH() to ensure con…
Browse files Browse the repository at this point in the history
…sistentcy with BIT_LENGTH()
  • Loading branch information
PitifulPete committed Jan 19, 2024
1 parent 1aecd5c commit c51da94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/string-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ SELECT CustomerName, CHAR_LENGTH(CustomerName) AS LenghtOfName FROM Customers;

> **Note:**
>
> The second example operates under the assumption that there is a [database](https://www.w3schools.com/sql/trymysql.asp?filename=trysql_func_mysql_char_length2) with a table titled `Customers` and a column inside the table titled `CustomerName`
> The second example operates under the assumption that there is a database with a table titled `Customers` and a column inside the table titled `CustomerName`
### [`CHARACTER_LENGTH()`](https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_character-length)

Expand Down

0 comments on commit c51da94

Please sign in to comment.