查询得到值域:visitParamExtractRaw('{"abc":"\\n\\u0000"}', 'abc') = "{"abc":"\\n\\u0000"}";

 

visitParamExtractString('{"abc":"\\n\\u0000"}', 'abc') = '\n\0'

 

content  json 格式 内容  :      {“phone”:'132111111111111','bb':'1234566','cc':'uuuuuuuuuuu'}

表test 查询在content 字段中phone ='132111111111111'的语句是:

select * from  test where  visitParamExtractString(content ,'phone')='132111111111111'

相关文章:

  • 2021-07-06
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2021-04-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案