SELECT json_arrayagg(concat_ws(0x3a,table_schema,table_name)) from INFORMATION_SCHEMA.TABLES; ❌ ... json_arrayagg() > 16,000,000 symbols ...
確定! 回上一頁