数据库[postgreSQL] Use the escape string syntax for escapes, e.g., E'\r\n'. 云博小周宇2024年5月5日2023年8月26日1 Min Read 问题描述: 使用insert into 向postgreSQL数据库中插入数据时报错:Use the escape string syntax for escapes, e.g., E‘\r\n‘. 解决方案: 在插入的字符串前加上E eg: