use fawiki_p;
create temporary table excludedtpl
select tl_from
from... |
8 years ago |
use fawiki_p;
create temporary table excludedtpl
select tl_from
from... |
8 years ago |
use fawiki_p;
create temporary table excludedtpl
as (
select tl_from
... |
8 years ago |
use fawiki_p;
create temporary table excludedtpl
as (
select tl_from
... |
8 years ago |
use fawiki_p;
create temporary table excludedtpl
as (
select tl_from
... |
8 years ago |
use fawiki_p;
create temporary table excludedtpl
as (
select tl_from
... |
8 years ago |
use fawiki_p;
create temporary table #excludedtpl
as (
select tl_from
... |
8 years ago |
use fawiki_p;
create temporary table #excludedtpl as
select tl_from
from... |
8 years ago |
use fawiki_p;
select tl_from
into #excludedtpl
from templatelinks
where... |
8 years ago |
use fawiki_p;
select page_title, count(ll_lang)
from page
join category
on... |
8 years ago |