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