UCASE()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Xpand
Topics on this page:
Overview
See UPPER().
USAGE
UCASE(string)
Argument Name | Description |
---|---|
| The string to transform |
EXAMPLES
SELECT UCASE('Mariadb');
+------------------+
| UCASE('Mariadb') |
+------------------+
| MARIADB |
+------------------+