ODBC--????????????
[Microsoft][ODBC SQL Server ?????][SQL Server] ????????? 'name' ?????????????????????????????????? (# 107)
[Microsoft][ODBC SQL Server ?????][SQL Server] ????????? 'name' ?????????????????????????????????? (# 107)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
SELECT dbo_Customers.CompanyName, dbo_Orders.OrderID
FROM dbo_Customers INNER JOIN dbo_Orders ON dbo_Customers.CustomerID = dbo_Orders.CustomerID;
SELECT [dbo_Order Details].ProductID, qryLevel1.OrderID
FROM [dbo_Order Details] LEFT JOIN qryLevel1 ON [dbo_Order Details].OrderID = qryLevel1.OrderID;