SQL
AخA
SELECT LENGTH(page_title) AS "Bytes", CHAR_LENGTH(CONVERT(page_title USING utf8mb4)) AS "Zeichen", REPLACE(page_title, '_', ' ') AS "Lemma"
FROM page
WHERE page_namespace = 0
AND LENGTH(page_title) > 210
ORDER BY LENGTH(page_title) DESC
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.