SQL
x
#SELECT 1 FROM categorylinks WHERE cl_to = 'Nuorodiniai straipsniai' AND cl_from = 153995
SELECT * FROM templatelinks
WHERE tl_from IN (347598,886,887)
LIMIT 10;
#WHERE tl_title = 'Nuorodinis'
#AND cl_from = 153995
SELECT page_title, page_len, page_id, page_namespace FROM page where page_title = "Aaltonen" and page_namespace = 0;
SELECT page_title, page_len, page_id, page_namespace FROM page where page_id IN (886,887) #meaning 'Nuorodinis'
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.