select *
from externallinks
where el_from_namespace = 1
limit 100
|
6 years ago |
select *
from externallinks
where el_from_namespace = 0
limit 10000
|
6 years ago |
select *
from externallinks
where el_from_namespace = 0
limit 1000 |
6 years ago |
select *
from externallinks
where el_from_namespace = 0
limit 100 |
6 years ago |
select *
from externallinks
limit 10 |
6 years ago |
select *
from externallinks
where el_index
limit 10 |
6 years ago |
select el_index
from externallinks
where el_index like '%theguardian.com%' |
6 years ago |
select distinct count(el_index)
from externallinks
where el_index like... |
6 years ago |