Do NOT use regular expression to parse JSON. Use a proper JSON parser: select * from table_name where field_scenario in ( SELECT j.value ...
確定! 回上一頁