0
我想連接此表並加入兩個表。
我的輸出應該包含列:客戶全名(名和姓),產品描述,數量有序。Concat和加入
Table Name Customers:
CustomerId
FirstName
Lastname
City
State
Table Name: Orders
OrderNo
CustomerId
ProductID
Quantity
Table: Products
ProductID
Description
Quantity