Query | Run |
---|---|
select *,count(il_from) from imagelinks group by il_to having count(il_from) > 1 ; | 2 years ago |
select * from image where img_name in... | 2 years ago |
desc image | 2 years ago |
select * from imagelinks where il_from_namespace=0 and il_to in... | 2 years ago |
select * from imagelinks where il_from_namespace=0 order by il_from desc limit 10; | 2 years ago |
select * from imagelinks order by il_from desc limit 10; | 2 years ago |
desc imagelinks; | 2 years ago |