gpt4 book ai didi

mysql - 将撇号插入mysql数据库

转载 作者:行者123 更新时间:2023-11-29 22:34:32 25 4
gpt4 key购买 nike

我有一个由三个文本列组成的 CSV 文件。我们将它们称为 A、B、C 列。在 A 列中,我有自由文本,可能在几行上包含撇号。

我想创建一个 mysql 表,其中包含 CSV 文件中的所有行。我应该如何处理撇号?

附注为了创建 mysql 表,我计划使用 Excel 公式创建插入查询。

最佳答案

来自网站:

There are several ways to include quote characters within a string:

A “'” inside a string quoted with “'” may be written as “''”.

A “"” inside a string quoted with “"” may be written as “""”.

Precede the quote character by an escape character (“\”).

A “'” inside a string quoted with “"” needs no special treatment and need not be doubled or escaped. In the same way, “"” inside a string quoted with “'” needs no special treatment.

因此,要么使用两个撇号,要么在前面加上反斜杠。

编辑:我看到你说你正在使用 Excel。我可以根据经验告诉您,引号字符确实会让人感到困惑,特别是当两个单引号看起来像双引号时。在这种情况下,最好使用反斜杠选项。

关于mysql - 将撇号插入mysql数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29601598/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com