SQL
AخA
use ptwiki_p;
select page_title
from page
inner join categorylinks on page_id = cl_from
inner join templatelinks on page_id = tl_from
where
cl_to like '!Páginas_com_erro%' and
tl_title like '%Wikidata}}'
group by page_title
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.