-7
可能有人請,給我如何加入以下兩個SELECT語句的一些建議:加入兩個SELECT語句
SELECT TOP 200 *
FROM dbo.Creation_LimitsAndExclusions WITH (nolock)
WHERE LeagueCodeID = 37
和
select *
from dbo.Creation_Markets with (nolock)
where ClassID = 9 and IsParentMatch = 1
在此先感謝。
** [編輯] **你的問題Creation_LimitsAndExclusions採取行,並添加一些示例數據和預期基於該數據的輸出。 [**格式化文本**](http://stackoverflow.com/help/formatting)請,[無屏幕截圖](http://meta.stackoverflow.com/questions/285551/why-may-i-not -o -load-images-of-code-on-so-when-asking-question-285557#285557) –
要建立連接,你必須使用表 – AlainIb
中的列使用* Derived Tables *或* CommonTable表達式*? – dnoeth