SELECT n1.number AS array_index, JSON_VALUE(JSON_QUERY(@json_doc,CONCAT('$[',n1.number,']')),'$.DatabaseName') AS 'DatabaseName' ...
確定! 回上一頁