USE enwiki_p;
SELECT CONCAT('Q', ips_item_id), ips_site_id,... |
6 years ago |
use wikidata_p;
SELECT page_title
FROM page, categorylinks
WHERE page_id =... |
6 years ago |
use eswiki_p;
SELECT * FROM templatelinks WHERE tl_namespace = 828 and... |
6 years ago |
use eswiki_p;
SELECT * FROM templatelinks WHERE tl_from = page_id AND... |
6 years ago |
use eswiki_p;
SELECT *
FROM templatelinks
; |
6 years ago |
use eswiki_p;
SELECT tl_title
FROM templatelinks
WHERE tl_from = 37395
... |
6 years ago |
use eswiki_p
SELECT tl_title
FROM templatelinks
WHERE tl_from = 37395
... |
6 years ago |
use eswiki_p
SELECT *
FROM templatelinks
; |
6 years ago |
use eswiki_p
show columns from templatelinks; |
6 years ago |