-- comment |
3 years ago |
SELECT actor_name,count(ct_rev_id) as count from... |
3 years ago |
SELECT count(ct_rev_id) as count
FROM change_tag
WHERE ct_tag_id =... |
3 years ago |
SELECT actor_name,count(ct_tag_id) as reverted from... |
3 years ago |
SELECT actor_name,count(ct_tag_id) as reverted from... |
3 years ago |
SELECT actor_name,count(ct_tag_id) as reverted from... |
3 years ago |
SELECT actor_name,count(ct_tag_id) as reverted from... |
3 years ago |
SELECT actor_name,count(change_tag) as reverted from... |
3 years ago |
SELECT actor_name,count(ct_tag) as reverted from... |
3 years ago |
-- comment |
3 years ago |
SELECT distinct concat("[[:", page_title, "]]") as Title
from page
join... |
3 years ago |
SELECT user_name, user_editcount
FROM user
JOIN user_groups
ON user_id =... |
3 years ago |
-- comment |
3 years ago |
SELECT concat(page_title)
FROM (SELECT page_title
FROM page
... |
3 years ago |
-- comment |
3 years ago |
--comment |
3 years ago |
SELECT CONCAT("#[[",page_title,"]]") AS page_title,
page_namespace, el_to... |
3 years ago |
SELECT CONCAT("[[",page_title,"|",page_title,"]]") AS... |
3 years ago |
Select concat("#[[",page_title,"]]")
from page_title,
page_namespace, el_to... |
3 years ago |
Select concat("#[[আলাপ:",page_title,"]]")
from page p,
page_namespace, el_to... |
3 years ago |
Select "#[[page_title]]", page_namespace, el_to from externallinks left join... |
3 years ago |
Select concat ("#[[:",p.page_title,"]]") AS page_title page_namespace, el_to... |
3 years ago |
Select "#[[page_title]]", page_namespace, el_to from externallinks left join... |
3 years ago |
Select "#[[,page_title,]]", page_namespace, el_to from externallinks left... |
3 years ago |
Select ("#[[:",page_title,"]]"), page_namespace, el_to from externallinks... |
3 years ago |
Select "#[[:",page_title,"]]", page_namespace, el_to from externallinks left... |
3 years ago |
Select page_title, page_namespace, el_to from externallinks left join page... |
3 years ago |