SQL
x
USE skwiki_p;
SELECT
page.page_title title,
CONVERT(text.old_text USING utf8) content
FROM
page, text
WHERE
text.old_id = page.page_latest and
page.page_title = 'Kordelivka'
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.