select b.tableId,a.name as tableName,b.jointIds group_concat(c.name) as jointNames from table1 a ,table2 b, table1 c where find_in_set( c.id,b.jointIds) and a.id= b.tableId group by b.tableId
56,940
社区成员
56,756
社区内容
加载中
试试用AI创作助手写篇文章吧