Welcome Guest, Not a member yet? Register   Sign In
Database Num_rows()?
#11

The php mysqli_num_rows function is just a wrapper for the native mysql_num_rows function - https://mariadb.com/kb/en/mysql_num_rows/
Reply
#12

(This post was last modified: 07-20-2021, 01:52 AM by lukmim.)

(03-03-2020, 02:55 AM)nonebeliever Wrote: MySQL has SQL_CALC_FOUND_ROWS which will calculate the total number of results within the same query used to  fetch the result set.

SQL_CALC_FOUND_ROWS is deprecated since MySQL 8.0.17 (2019-07-22)
Reply




Theme © iAndrew 2016 - Forum software by © MyBB