document.write("
SELECT<\/span> COUNT(*) AS Total, SUBSTRING_INDEX(email, \'<\/span>@\'<\/span>, -1<\/span>) AS Domain FROM<\/span> users \n");
document.write("GROUP BY<\/span> SUBSTRING_INDEX(email, \'<\/span>@\'<\/span>, -1<\/span>) ORDER BY<\/span> COUNT(*) DESC LIMIT<\/span> 10<\/span>;\n");
document.write("<\/pre>\n");
document.write("