Here is the SQL query to select data from sales table that is not present in orders table. mysql> SELECT * FROM sales D WHERE NOT EXISTS(SELECT ...
確定! 回上一頁