same[美] [sem] [英] [seim] 形容词(通
常与 the 连用)同一的[B]This is the same skirt that she was wearing a year ago.这就是她一年前穿的那条裙子.(通常与 the 连用)无变化的千篇一律的,单调的(与指示代词连用)...select zhu.id,zhu.name,zhu.banjiming,er.name as xingbieming from (select zhu.*,san.name as banjiming from 主表 zhu,
第三个表 san where zhu.班级=san.id(+)) zhu,
第二个表 er where zhu.性别=er.id(+)
用两次右连接来实现,先用主表连接第三个表,再连接第二个表。
加分啊。。。。。。
评论列表(0条)