You just need to add a CONCAT() function such as. SELECT name, JSON_CONTAINS_PATH(json, 'one',CONCAT('$."',name,'"')) AS jsonExists FROM ...
確定! 回上一頁