SQL
AخA
SELECT page_title, page_namespace, ll_lang, ll_title
FROM langlinks, page
WHERE page_id = ll_from
AND page_namespace IN (0, 14)
AND page_title IN ('数字手势',
'1878_in_film',
'1887_in_film',
'Guscha',
'2016_Road_to_Le_Mans',
'2017_Road_to_Le_Mans',
'2018_Road_to_Le_Mans',
'2019_Road_to_Le_Mans',
'2020_Road_to_Le_Mans',
'2021_Road_to_Le_Mans',
'2022_Road_to_Le_Mans',
'2023_Road_to_Le_Mans',
'Dietersdorf_bei_Fürstenfeld')
AND ll_lang = 'de';
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.