SQL
AخA
use lvwiki_p;
select page_title,
(SELECT GROUP_CONCAT(tl_title SEPARATOR '|') FROM templatelinks
WHERE tl_namespace = 10 and tl_from=page_id and tl_title like "%nfo%") as box
from page
where page_is_redirect=0 and page_namespace=0
limit 15
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.