MySQL-Speicher-JSON-Fehler
phpcn_u1582
phpcn_u1582 2017-06-06 09:52:13
0
1
898

Vor Kurzem verwende ich das JSON-Speicherformat von MySQL und es ist ein sehr seltsames Problem aufgetreten.

INSERT INTO `json` (`notes`) VALUES ('[{"name":1}]');
我用上述语句插入json数组,navicat的显示是正常的

当我用
UPDATE json SET notes =json_array_append(notes, '$' , '["sa"]' ) WHERE ID=6;Das Escape-Zeichen erscheint beim Hinzufügen eines neuen JSON

Was ist das Problem?

phpcn_u1582
phpcn_u1582

Antworte allen(1)
黄舟

json_array_append(notes, '$' , '["sa"]' ) 改为json_array_append(notes, '$' , CAST('["sa"]' AS JSON))

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage