Sql - mysql get count

    
    SELECT COUNT(*) AS 'count' FROM `post`;
    

Comments