What if we wanted to use EXISTS instead? select * from customers where EXISTS (select customerID from orders). Now we're selecting all customers who have ...
確定! 回上一頁