摘要:
#JSON字段访问时,引号格式 -- 需要替换C#里的""\"""" 为 "\"" -- C#里的SQL代码 rtrim(ltrim(REPLACE(JSON_EXTRACT(b.yarn_type_id, '$.dye_name'), ""\"""", ''))) -- MySQL直接执行的代码 阅读全文
posted @ 2023-08-02 11:31 WinChance 阅读(21) 评论(0) 推荐(0)
|
|
|
|
摘要:
#JSON字段访问时,引号格式 -- 需要替换C#里的""\"""" 为 "\"" -- C#里的SQL代码 rtrim(ltrim(REPLACE(JSON_EXTRACT(b.yarn_type_id, '$.dye_name'), ""\"""", ''))) -- MySQL直接执行的代码 阅读全文
posted @ 2023-08-02 11:31 WinChance 阅读(21) 评论(0) 推荐(0) |
|