我的平臺報告:Ubuntu的12.04 我在我的數據庫:
- 表1:箱,托盤,...
- 表2:托盤,錨杆,...2表查詢 - 從每個選擇並從兩個
我已經試過這SQL查詢:
select `tray`,bolt from table2 where `tray` in (select `tray` from table1 where `box` > 11);
給我盤和螺栓的列表。
我想要:盒子,托盤和螺栓作爲輸出。怎麼樣?
在此先感謝。一個指向額外功勞的好教程的指針? :-)
和關於不同的方法來連接兩個表/實體教程:HTTP ://www.sitepoint.com/understanding-sql-joins-mysql-database/ – Reto
我把這個標記爲正確的,因爲我明白了第一個(在第一個時候使用「using」是令人困惑的。)另外,最有幫助的教程是@ https://www.techonthenet.com/sql/joins.php – gene