Computer Science, asked by onlydk9202, 1 year ago

How to find all uppercase strings in a MySQL table?

Answers

Answered by Jyotimodi
0

UPPER() function. MySQL UPPER() converts all the characters in a string to uppercase characters. A string whose characters are to be converted to uppercase. The following MySQL statement returns the given string after converting all of its characters in uppercase.

Similar questions