上述SQL使用三層巢狀查詢,首先要先將有哪些客戶有訂單編號的資料表找出來( select * from Customers where exists(select customerID from orders where ...
確定! 回上一頁