select count(distinct el_from) as "count of pages" from externallinks... |
1 year ago |
select count(distinct el_from) as "count of pages" from externallinks
where... |
1 year ago |
select count(distinct el_from) as "count of pages" from externallinks
where... |
1 year ago |
select count(distinct el_from) from externallinks
where el_to like "%t/vb/%" |
1 year ago |
select * from externallinks
where el_to like "%t/vb/%"
limit 10 |
1 year ago |
select count(*) from externallinks
where el_to like "%t/vb/%"
|
1 year ago |
select * from externallinks
where el_to like "%t/vb/%"
limit 10 |
1 year ago |
select * from externallinks limit 10 |
1 year ago |