SQL
x
/* Last edited: 2018 Apr 06 Fri 15:36 User:Viswaprabha*/ SELECT '26231' as Quarry , 'Last Updated (UTC):'+ NOW() as Time ;
USE mlwiki_p; SET @SNum := 0;
SELECT * FROM
wbc_entity_usage q
where q.eu_entity_id in ('Q1143729','Q222541','Q105962','Q192592','Q157235','Q191020','Q205353',
'Q188113','Q204078','Q210960', 'Q109570','Q295653','Q359317','Q237821','Q47426','Q187988','Q312575','Q208124')
LEFT JOIN
page p ON p.page.page_id = q.eu_page_id
;
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.