use tewiki_p;
SET @count:=0;
SELECT
(@count:=@count+1) AS sl_no,... |
5 years ago |
use tewiki_p;
SET @count:=0;
SELECT
(@count:=@count+1) AS sl_no,... |
5 years ago |
use tewiki_p;
SELECT
CASE WHEN p.page_namespace=4 THEN... |
5 years ago |
use tewiki_p;
SELECT
page_title as project_page,
-- ... |
5 years ago |