0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

sql

Last updated at Posted at 2016-08-25

delete from intermediate.users where intermediate.users.email not in ( SELECT email FROM ultrax.common_member where emailstatus = 0 and avatarstatus = 0 and email NOT LIKE '%163%' and email NOT LIKE '%qq%' and email NOT LIKE '%126%' and email NOT LIKE '%gmail%' and email not like '%sina%' and email not like '%sohu%' and email not like '%21cn%');

select * from intermediate.users where intermediate.users.email in ( SELECT email FROM ultrax.common_member where emailstatus = 0 and avatarstatus = 0 and email NOT LIKE '%163%' and email NOT LIKE '%qq%' and email NOT LIKE '%126%' and email not like '%sina%' and email not like '%sohu%' and email not like '%21cn%' and email not like '%zzjp%' and email not like '%szql26%');

delete from intermediate.users where intermediate.users.email in ( SELECT email FROM ultrax.common_member where emailstatus = 0 and avatarstatus = 0 and email NOT LIKE '%163%' and email NOT LIKE '%qq%' and email NOT LIKE '%126%' and email not like '%sina%' and email not like '%sohu%' and email not like '%21cn%' and email not like '%zzjp%' and email not like '%szql26%');

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?