diff --git a/tests/pytest/stable/json_tag2.rawsql b/tests/pytest/stable/json_tag2.rawsql index 337f58dafcc871d79292639a833df53ad9325d46..6b1420b60d66930d53f3cf2c1fca1724820ab1fe 100644 --- a/tests/pytest/stable/json_tag2.rawsql +++ b/tests/pytest/stable/json_tag2.rawsql @@ -108,7 +108,7 @@ insert into jsons1_14 using jsons1 tags('{\"tag1\":\"收到货\",\"tag2\":\"\",\ select distinct jtag->'tag1' from jsons1 select distinct jtag from jsons1 -INSERT INTO jsons1_15 using jsons1 tags('{\"tbname\":\"tt\",\"databool\":true,\"datastr\":\"是是是\"}') values(1591060828000, 4, false, 'jjsf', \"你就会\ +INSERT INTO jsons1_15 using jsons1 tags('{\"tbname\":\"tt\",\"databool\":true,\"datastr\":\"是是是\"}') values(1591060828000, 4, false, 'jjsf', \"你就会\") select *,tbname,jtag from jsons1 where jtag->'datastr' match '是' and datastr match 'js' select tbname,jtag->'tbname' from jsons1 where jtag->'tbname'='tt' and tbname='jsons1_14'