討論串[SQL ] MySQL之巢狀Select,Delete
共 6 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者forgmonkey (悲情城市之悲情程式猿)時間18年前 (2006/06/21 21:53), 編輯資訊
2
0
0
內容預覽:
MySQL版本 4.0.24. SELECT * FROM products WHERE category=(. SELECT id FROM categories WHERE parent=42. ). 從products中選出其分類的上層分類是42的物品. 怪了... 有巢狀的我的mysql都說
(還有217個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者PsMonkey (痞子軍團團長)時間18年前 (2006/06/21 22:12), 編輯資訊
1
0
1
內容預覽:
請注意一下你的 mysql 版本. 我記得某個版本以前,mysql 是沒有支援 sub-query 的. 為了這件事情,我心中 x 了很久. 從此不用 mysql... [茶]. =====. 附上詳細的使用環境,這是發問的好道德. --. 侃侃長論鮮窒礙 網站:http://www.psmonke

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者forgmonkey (悲情城市之悲情程式猿)時間18年前 (2006/06/21 22:19), 編輯資訊
0
0
0
內容預覽:
sorry了 我的是4.0.24. 喵的 這台debian是用stable居然... ><. 摘錄自Mysql Reference. Starting with MySQL 4.1, all subquery forms and operations that the SQL. standard r

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者come時間18年前 (2006/06/21 23:49), 編輯資訊
0
0
0
內容預覽:
還適用5.0比較好. 5.0以后好像還有支援stored procedure和觸發程序. --. 為什麼不能推文啊. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 140.116.147.5.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者qrtt1 (愚人)時間18年前 (2006/06/22 17:09), 編輯資訊
1
0
1
內容預覽:
delete from products where category = EXISTS ( select id from categories. where parent=42);. delete from products where category = ANY ( select id fro
(還有11個字)
首頁
上一頁
1
2
下一頁
尾頁