- Apache Presto 教程
- Apache Presto - 主页
- Apache Presto - 概览
- Apache Presto - 架构
- Apache Presto - 安装
- Apache Presto - 配置
- Apache Presto - 管理
- Apache Presto - SQL 操作
- Apache Presto - SQL 函数
- Apache Presto - MySQL 接口
- Apache Presto - JMX 接口
- Apache Presto - HIVE 接口
- Apache Presto - KAFKA 接口
- Apache Presto - JDBC 接口
- 自定义函数的应用
- Apache Presto 的有用资源
- Apache Presto - 快速指南
- Apache Presto - 有用资源
- Apache Presto - 讨论
Apache Presto - upper(字符串)
查询
presto:default> select upper('tutorialspoint') as string_upper;
结果
string_upper ---------------- TUTORIALSPOINT
输出是给定字符串的大写字母。
apache_presto_sql_functions.htm
广告