MariaDB select u.user_id, JSON_EXTRACT(u.children, concat('$[', idx_table.idx, ']')) as bday from user u, (select 0 idx union select 1 union ...
確定! 回上一頁