Count - MySQL Command

106 15
Definition: The MySQL Count command is used to count the number of records held on a specific table in your database. It is phrased as: SELECT COUNT(*) FROM table_name;

Examples:

SELECT COUNT(*) FROM icecream;
This would count the number of records in the table called 'icecream'.
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.