我正在存储以字节为单位的ObjectID作为输入,我将其更改为String,然后将其保存在 select * from EED where id="\\\\1c\\\\04\\\\9c\\\\44\\\\d5\\\\ee\\\\99\\\\44\\\\ad\\\\85\\\\94\\\\6a\\\\e9\\\\7a\\\\69\\\\70"
select * from EED where id="\\1c\\04\\9c\\44\\d5\\ee\\99\\44\\ad\\85\\94\\6a\\e9\\7a\\69\\70"
select * from EED where id like "\\1c\\04\\9c\\44\\d5\\ee\\99\\44\\ad\\85\\94\\6a\\e9\\7a\\69\\70"
类型的id列中。
当我执行选择查询时,我能够看到Id值=
\\ 1C \\ 04 \\ 9C \\ 44 \\ D5 \\ EE \\ 99 \\ 44 \\广告\\ 85 \\ 94 \\ 6A \\ E9 \\ 7A \\ 69 \\ 70 (使用双反斜杠)
我希望在此id值的基础上获取记录,但无法使用
获取记录>>> from subprocess import check_output
>>> check_output(['python', '--version'])
无法找到使用这些查询。