Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Contas pt.wiki bloqueadas em infinito com autoblock
by
Albertoleoncio
This query is marked as a draft
This query has been published
by
Albertoleoncio
.
Toggle Highlighting
SQL
use ptwiki_p; select ipblocks.ipb_id as `ID de bloqueio`, user.user_name as `Nome de usuário` from ipblocks left join user on ipblocks.ipb_user = user.user_id where ipblocks.ipb_user != 0 and ipblocks.ipb_expiry = "infinity" and ipblocks.ipb_enable_autoblock = TRUE order by ipb_id;
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...