回复:反了,要加 negation

回答: 试试这个SQL大师2004-12-15 19:23:06

这个好像不行..例如
occurrence 有 page_id: 12, 13, 14
page 有 page_id: 12, 13
这样的话 occurrence 所有的都delete了, 虽然12=12 但是12!=13, 13!=12, 14!=12, 我只想delete 14
mysqld --version 也显示4.0.16

所有跟帖: 

回复:回复:反了,要加 negation -bbllot- 给 bbllot 发送悄悄话 (34 bytes) () 12/15/2004 postreply 19:54:16

哦,subquery从4.1开始,4.0.x也不行 -Epimetheus- 给 Epimetheus 发送悄悄话 (33 bytes) () 12/15/2004 postreply 20:12:15

回复:哦,subquery从4.1开始,4.0.x也不行 -bbllot- 给 bbllot 发送悄悄话 (131 bytes) () 12/15/2004 postreply 20:16:27

请您先登陆,再发跟帖!