select * from AAA fm where JSON_EXTRACT(CAST(fm.content AS CHAR), '$.headerTitleType_.name')
= '查询的内容'
注意
报错:
Data truncation: Cannot create a JSON value from a string with CHARACTER SET ‘binary’.
微信扫一扫
select * from AAA fm where JSON_EXTRACT(CAST(fm.content AS CHAR), '$.headerTitleType_.name')
= '查询的内容'
注意
报错:
Data truncation: Cannot create a JSON value from a string with CHARACTER SET ‘binary’.
相关推荐