use afwiktionary_p;
SELECT concat('* {{Tl|', tl_title, '}}') #,... |
6 years ago |
use afwiktionary_p;
SELECT concat('* {{Tl|', tl_title, '}}') #,... |
7 years ago |
use afwiktionary_p;
SELECT concat('* [[Sjabloon:', tl_title, ']]') #,... |
7 years ago |
use afwiktionary_p;
SELECT concat('* [[', tl_title, ']]') #, count(*)
FROM... |
7 years ago |
use afwiktionary_p;
SELECT concat('[[', tl_title, ']]') #, count(*)
FROM... |
7 years ago |
use afwiktionary_p;
SELECT concat('[[', tl_title, ']]') //, count(*)
FROM... |
7 years ago |
use afwiktionary_p;
SELECT concat('[[', tl_title, ']]') --, count(*)
FROM... |
7 years ago |
use afwiktionary_p;
SELECT concat('[[', tl_title, ']]'), count(*)
FROM... |
7 years ago |
use afwiktionary_p;
SELECT tl_title, count(*)
FROM templatelinks
WHERE... |
7 years ago |
use afwiktionary_p;
SELECT tl_title, count(*)
FROM templatelinks
WHERE... |
7 years ago |
use afwiktionary_p;
SELECT tl_title, count(*)
FROM templatelinks
WHERE... |
7 years ago |
use afwiktionary_p;
SELECT tl_title, count(*)
FROM templatelinks
WHERE... |
7 years ago |
use afwiktionary_p;
SELECT tl_title, count(*)
FROM templatelinks
GROUP BY... |
7 years ago |
use afwiktionary_p;
SELECT tl_title, count(*)
FROM templatelinks
GROUP BY... |
7 years ago |
use afwiktionary_p;
SELECT tl_namespace, tl_title, count(*)
FROM... |
7 years ago |
use afwiktionary_p;
SELECT tl_namespace, tl_title, count(*)
FROM... |
7 years ago |
use afwiktionary_p;
SELECT tl_namespace, tl_title, count(*)
FROM... |
7 years ago |
use afwiktionary_p;
select * from templatelinks limit 10; |
7 years ago |
use afwiktionary_p;
show tables;
desc templatelinks; |
7 years ago |
use afwiktionary_p;
show tables; |
7 years ago |