This SQLite post explains how to use the SQLite lower function with syntax and examples.
The SQLite lower function converts all characters in the specified string to lowercase. If there are characters in the string that are not letters, they are unaffected by this function.
The syntax for the lower function in SQLite is:
The string to convert to lowercase.
The lower function can be used in the following versions of SQLite:
Let's look at some SQLite lower function examples and explore how to use the lower function in SQLite.
For example: