SelectDB Cloud
SQL 手册
SQL 函数
字符串函数
QUOTE

quote

description

Syntax

VARCHAR quote(VARCHAR str)

将参数中所有的字符串按原样输出,并用''套起来

example

mysql> select quote('hello world!\\t');
+-------------------------+
| quote('hello world!\t') |
+-------------------------+
| 'hello world!\t'        |
+-------------------------+

keywords

QUOTE
© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标