DELETE 删除后面不能加子句吗?
#21312
Replies: 1 comment 4 replies
-
|
NOT ALLOWED. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
场景是这样的,有两个结构一样的AB表
如何删除A表中再B中一定条件存在的数据
比如
DELETE FROM A
WHERE ID IN (SELECT ID FROM B WHERE ... )
Beta Was this translation helpful? Give feedback.
All reactions