mysql json_extract Remove citações
select JSON_UNQUOTE(JSON_EXTRACT(base, '$.scope')) as scope from t_name
Shy Skunk
select JSON_UNQUOTE(JSON_EXTRACT(base, '$.scope')) as scope from t_name
JSON_UNQUOTE() – Remove Quotes from a JSON Document in MySQL