use lvwiki_p;
SELECT concat('* {{tl|',tl_title,'}}') #concat('*... |
7 years ago |
use lvwiki_p;
SELECT concat('* {{tl|',tl_title,'}} - ', COUNT(*))#tl_title,... |
7 years ago |
use lvwiki_p;
SELECT
tl_title,
COUNT(*)
FROM templatelinks
WHERE... |
7 years ago |
use lvwiki_p;
select *
from page where page_id=348883 |
7 years ago |