LCASE() - Synonym for LOWER()

Q

What's the difference between LCASE() and LOWER() functions?

✍: FYIcenter.com

A

LCASE(string) is a synonym for the LOWER(string) function.

Related MySQL functions:

 

LEFT() - First N Characters

INSTR() - Find Substring

MySQL Functions on Character String Values

⇑⇑ MySQL Function References

2023-11-12, 204🔥, 0💬