!!Better us_e https://en.wikipedia.org/wiki/Help:Searching
USE... |
7 years ago |
USE etwiki_p;
SELECT *
FROM pagelinks
WHERE pl_title LIKE... |
7 years ago |
USE etwiki_p;
SELECT *
FROM pagelinks
WHERE pl_title LIKE... |
7 years ago |
USE etwiki_p;
SELECT 1
FROM pagelinks
WHERE pl_title LIKE... |
7 years ago |
USE etwiki_p;
SELECT pl_title
FROM pagelinks
WHERE pl_title LIKE... |
7 years ago |
use itwikisource_p;
select concat('[[Autore:', replace(author.page_title,... |
7 years ago |