SELECT Count(*) FROM users WHERE length(username) <= 20 AND username ~ '^[A-Za-z]+$';