當前位置:成語大全網 - 書法字典 - sqlserver中的關鍵字in和on有什麽區別(sqlserverin的用法)

sqlserver中的關鍵字in和on有什麽區別(sqlserverin的用法)

在什麽範圍內。

例如:select * from mapuserrwhere useridin(101,102,103,104)

ON主要用於連接兩個表。

比如:

selectdistinctcustomers . customerid,fromcustomersjoinorderson

(客戶.客戶=訂單.客戶id

)

whereorders.shippeddate