how to count the number of rows returned by a query in sql code example Example: sql query to get the number of rows in a table SELECT COUNT(*) FROM tablename