กระทู้เก่าบอร์ด อ.สุภาพ ไชยา
274 2
URL.หัวข้อ /
URL
ความหมายของคำสั่งนี้
SELECT DISTINCTROW [Orders].[OrderID], [Orders].[CustomerID], [Orders].[EmployeeID], [Orders].[OrderDate], [Orders].[RequiredDate], [Orders].[ShippedDate], [Orders].[ShipVia], [Orders].[Freight], [Orders].[ShipName], [Orders].[ShipAddress], [Orders].[ShipCity], [Orders].[ShipRegion], [Orders].[ShipPostalCode], [Orders].[ShipCountry], [Customers].[CompanyName], [Customers].[Address], [Customers].[City], [Customers].[Region], [Customers].[PostalCode], [Customers].[Country] FROM ([Customers] INNER JOIN [Orders] ON [Customers].[CustomerID] =[Orders].[CustomerID]);
ช่วยอธิบายหน่อยนะครับ ขอขอบคุณครับ
ช่วยอธิบายหน่อยนะครับ ขอขอบคุณครับ
2 Reply in this Topic. Dispaly 1 pages and you are on page number 1
2 @R03859
ขอบคุณมากครับ
Time: 0.5155s
และ เลือก Field CompanyName , Address , city , Region , PostalCode , Country จาก ตาราง Customer
โดยที่ 2 ตาราง มีการเชื่อมกันโดย CustomerID ของทั้ง 2 ตารางมีค่า เท่ากัน