【发布时间】:2017-05-25 23:05:03
【问题描述】:
这是我的 sql 查询
delete FROM
SubMaster_test1
where SubMasterId in (select *
from SubMaster_test1 where AgentId
not in (select distinct
introducer from SubMaster_test1
where introducer is not null))
我收到以下错误
[Err] 1241 - 操作数应包含 1 列
【问题讨论】:
标签: mysql