snowflake.snowpark.functions.upper¶
- snowflake.snowpark.functions.upper(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/functions.py#L2964-L2976)¶
- Returns the input string with all characters converted to uppercase.
Unicode characters are supported.
Example: