SQL
AخA
SELECT
page_title,
SUBSTRING(si_text, 1, 200) AS snippet
FROM page
JOIN searchindex ON page_id = si_page
WHERE
page_namespace = 0
AND BINARY si_text REGEXP '[^\\.\\!\\?]\\s+(Januari|Februari|Maart|April|Mei|Juni|Juli|Augustus|September|Oktober|November|December)'
LIMIT 100;
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.