MYSQL 语法有关问题
MYSQL 语法问题
请问下面sql存在什么问题?
delete t from test1 t where exists (select 1 from (select phone from test2 limit 1000000,1000000) a where a.phone = t.phone)