Apache Presto - 字符串运算符
字符串运算符"||" 执行串联
查询
presto:default> select 'tutorials' || 'point' as string_concat;
string_concat ---------------- tutorialspoint
这里,输出是作为两个给定字符串的串联执行的。
apache_presto_basic_sql_operations.html
字符串运算符"||" 执行串联
presto:default> select 'tutorials' || 'point' as string_concat;
string_concat ---------------- tutorialspoint
这里,输出是作为两个给定字符串的串联执行的。
apache_presto_basic_sql_operations.html
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。