多表等值關聯重複列的命名原則

wisdomone1發表於2010-07-16
select *
 from c_chapter_info b,
          (select * from tmp_content  where xiuid is null) a
 where a.xiu=b.chapter_name and a.version_id=b.version_id
             and a.subjectid=b.subjectid
 
 
顯示結果為兩個表所有的列,如果兩個表中出現重複列名,系統會自動進行重新命名:
比如:chapter_id和chapter_id_1
 
 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-668185/,如需轉載,請註明出處,否則將追究法律責任。

相關文章