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
ArtLover12345
.
Toggle Highlighting
SQL
# Get categories listed on file pages # SELECT pl.* # FROM pagelinks as pl # WHERE pl.pl_from_namespace = 6 # AND pl.pl_namespace = 14 # LIMIT 10 # Get all categories with paintings in title SELECT count(*) FROM page as p WHERE p.p_namespace = 14 AND lower(p.page_title) like "%painting%" 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...