我有兩個表我怎麼可以做以下查詢來獲取所需的信息
CompList
表下面的列:CompId
,McID
,station
,slot
,subslot
,和其他幾個人BookingTable
列:CompId
,LineID
,McID
,station
,slot
,subslot
。
我希望得到以下結果:只有
行時,CompList.CompId == BookingTable.CompId
(僅CompId是兩個表中)
我在結果列需要從CompList
:CompId
,McID
,station
,slot
,subslot
和從BookingTable
:LineID
,McID
,station
,slot
,subslot
我將如何區分結果表中的結果表中的同一列表中的同一列?
感謝您的幫助。
你可以在http://dba.stackexchange.com/上詢問 – 2011-01-12 07:50:03