select count(distinct(gil_to)) as counter
from globalimagelinks
where... |
2 years ago |
select gil_wiki, count(distinct(gil_to)) as counter
from... |
2 years ago |
select count(distinct(gil_to)) as counter
from globalimagelinks
where... |
2 years ago |
select count(distinct(gil_to)) as counter
from globalimagelinks
where... |
2 years ago |
select count (distinct gil_to)
from globalimagelinks
where... |
2 years ago |
select count (distinct gil_to)
from globalimagelinks
where... |
2 years ago |
select count distinct(gil_to)
from globalimagelinks
where... |
2 years ago |
describe globalimagelinks |
2 years ago |