SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
1 year ago |
SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
1 year ago |
SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
1 year ago |
SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
1 year ago |
SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
1 year ago |
SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
1 year ago |
SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
1 year ago |
SELECT
IFNULL(pl_title, "TOTAL") AS "title",
COUNT(DISTINCT pl_from) AS... |
7 years ago |
SELECT
IFNULL(pl_title, "total") AS "title",
COUNT(DISTINCT pl_from) AS... |
7 years ago |
SELECT
IFNULL(pl_title, "total") AS title,
COUNT(DISTINCT pl_title),
... |
7 years ago |
select pl_title,... |
7 years ago |
select pl_title, count(distinct pl_title) as "count",... |
7 years ago |
select pl_title, count(pl_title) as "count",... |
7 years ago |
select pl_title,... |
7 years ago |
select pl_title, concat("https://pl.wiktionary.org/wiki/", pl_title)
from... |
7 years ago |
select pl_title
from plwiktionary_p.pagelinks
where pl_title like "%\_kalba"; |
7 years ago |
USE plwiktionary_p;
select pl_title
from pagelinks
where pl_title like "%\_kalba"; |
7 years ago |