- 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 - 字符串运算符
字符串运算符“||”执行连接。
查询
presto:default> select 'tutorials' || 'point' as string_concat;
结果
string_concat ---------------- tutorialspoint
在此处,输出将作为两个给定字符串的连接进行。
apache_presto_basic_sql_operations.htm
广告