select rc_title as 'Títiulo página', rc_timestamp as 'Fecha de creación', ... |
2 years ago |
select rc_title as 'Títiulo página', rc_timestamp as 'Fecha de creación', ... |
2 years ago |
use eswiki_p;
select recentchanges.* from categorylinks, page,... |
7 years ago |
use eswiki_p;
select page_title from categorylinks, page
where page_id =... |
7 years ago |
use eswiki_p;
select page_title from categorylinks, page
where page_id =... |
7 years ago |
use eswiki_p;
select * from categorylinks
where cl_to =... |
7 years ago |
use eswiki_p;
select * from categorylinks
where cl_from =... |
7 years ago |
use eswiki_p;
select * from categorylinks
where cl_from =... |
7 years ago |