SQL
AخA
USE iawiki_p;
SELECT
eu_aspect,
eu_page_id-- ,
-- COUNT(*)
FROM wbc_entity_usage
WHERE
eu_aspect LIKE 'C.P%'
GROUP BY eu_page_id
ORDER BY COUNT(*) DESC
LIMIT 100;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.