SELECT p.id,p.title,p.auth_id,p.content,c.id,c.name,c.auth_info //要查询的全部数据 FROM poetry p //查询的主表 INNER JOIN author...
七娃博客12-21 372 次
MySQL