Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
لوقا
.
Toggle Highlighting
SQL
select username,status from ( select user.user_name as "username","1" as "status" from ipblocks inner join user on ipblocks.ipb_user = user.user_id inner join comment on ipblocks.ipb_reason_id = comment.comment_id where comment.comment_text like "%مستخدم%" and comment.comment_text not like "%جوا%" union all select user.user_name as "username","0" as "status" from user where user.user_id not in (select ipb_user from ipblocks) ORDER BY RAND() limit 3000 ) as `list` limit 10
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...