Mysql数据库语言:upper函数是用来把小写的字符转换为大写
mysql中的UPPER(s)函数是用来把小写的字符转换成大写。
实例:
使用UPPER函数或者UCASE函数将字符串中的所有字母字符转换为大写。SQL语句如下:
mysql>SELECT
UPPER('www.baike369.com');
执行结果如下:
Hive
Show functions
Select dimcache(‘area’,4620);
Return山东潍坊
Example:
hive> select dimcache('area',4620);
converting to localhdfs://data-m.voole.com:8082/hive_udfs/xdata-udf-1.0-SNAPSHOT-jar-with-dependencies.jar
Added[/opt/log/hive/xdata-udf-1.0-SNAPSHOT-jar-with-dependencies.jar] to class path
Added resources:[hdfs://data-m.voole.com:8082/hive_udfs/xdata-udf-1.0-SNAPSHOT-jar-with-dependencies.jar]
OK
山东-潍坊
Time taken: 1.529 seconds, Fetched: 1row(s)