USE itwikiquote_p;
SELECT CONCAT('# [[{{ns:', disc.page_namespace, '}}:',... |
3 years ago |
USE itwikiquote_p;
SELECT CONCAT('# [[{{ns:', page_namespace, '}}:',... |
3 years ago |
USE itwikiquote_p;
SELECT DISTINCT CONCAT('# [[{{ns:', page_namespace,... |
3 years ago |
USE itwikiquote_p;
SELECT CONCAT("# [[", page_title, "]]")
FROM page,... |
3 years ago |