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