Mysql
 sql >> Baza danych >  >> RDS >> Mysql

jak policzyć całkowity komentarz

Spróbuj tego:

list($count) = mysql_fetch_row(mysql_query("select count(*) from `test`"));
echo $count;

Alternatywnie, jeśli już uruchamiasz zapytanie, aby uzyskać komentarze, możesz spróbować tego:

$sql = mysql_query("select sql_calc_found_rows * from `test` order by `id` desc limit 10");
// ^ Get the 10 most recent comments
list($count) = mysql_fetch_row(mysql_query("select found_rows()"));
// this avoids having to run the entire query again, great for efficiency!
while($comment = mysql_fetch_assoc($sql)) var_dump($comment); // just an example



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Przestarzałe rozszerzenie MySQL w PHP 5.5.x

  2. Ustaw strefę czasową w PHP i MySQL

  3. MySQL od dziesiętnych (13.6) do waluty

  4. Jak mogę zrobić krytyczne błędy we WSZYSTKICH ostrzeżeniach mysql?

  5. Laravel 5.3 Tworzenie modeli Pole zwraca nie ma wartości domyślnej