开发者社区> 问答> 正文

What are string constants in PostgreSQL?

已解决

What are string constants in PostgreSQL?

展开
收起
1780169608831412 2021-10-16 15:05:00 429 0
1 条回答
写回答
取消 提交回答
  • 网络规划设计师、敏捷专家、CISP、ITSS服务经理、ACA全科目、ACP4项、ACE、CBP、CDSP、CZTP等。拥有 PRINCE2 Foundation/Practitioner、CCSK、ITIL、ISO27001、PMP等多项国际认证。 专利5+、期刊10+、知识产权师。核心期刊审稿人。
    采纳回答

    They are character sequences bound within single quotes. These are using during data insertion or updation to characters in the database.

    There are special string constants that are quoted in dollars. Syntax: $tag$<string_constant>$tag$ The tag in the constant is optional and when we are not specifying the tag, the constant is called a double-dollar string literal.

    2021-10-16 16:28:19
    赞同 1 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
PostgreSQL 9.6 New advances in Full Text Searc 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载