To run multiple queries with the -e option, separate them with semicolons:
% mysql -e "SELECT COUNT(*) FROM yourTable;SELECT NOW( )" databaseName