【发布时间】:2018-02-13 13:19:26
【问题描述】:
我正在使用 Postgresql 数据库。我在文本上使用 ' 时出现此错误,
"'\'')" 处或附近未终止的带引号的字符串
这是我的函数调用:
SELECT "public"."sendMessage"(12152015, 12584, 1258487, 13960614093221020, '\'')
我怎样才能毫无问题地将这些字符插入到数据库中??
【问题讨论】:
-
这也记录在手册中:postgresql.org/docs/current/static/…
标签: sql postgresql