79229341

Date: 2024-11-27 07:49:54
Score: 0.5
Natty:
Report link

I also got this issue and after researching, I found a solution for it.

INSERT INTO table_name (id, json_data)
VALUES (1, JSON '{"id":"stop-id-1","type":"STOP"}');

just wrap the json string with "JSON " keyword.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anh Bui