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’.
mysql里面对JSON的操作函数JSON_EXTRACT
阅读 41
2022-01-20
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’.
相关推荐
精彩评论(0)