SQL
x
USE rowiki_p;
SELECT img_user_text,/*user_name*/
count(*) AS count FROM image ORDER BY COUNT(*) DESC LIMIT 350;
/* SELECT count(*) AS count FROM oldimage_userindex WHERE oi_user_text=? ORDER BY oi_timestamp DESC; */
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.