在上篇文章《mysql 面试题:多值字符串如何联表查询?》 ... mysql> select A.c_name, A.c_users, JSON_ARRAYAGG( B.c_name) user_info; from A, B ...
確定! 回上一頁