MySQL Forums
Forum List  »  Spanish

Re: Count
Posted by: Peter Brawley
Date: April 22, 2022 04:23PM

Si está programando un script o una aplicación, el lenguaje probablemente tenga una función API que devuelva el número de filas devueltas por la consulta, por ejemplo, en PHP $result->mysqli_num_rows.

De lo contrario ... select count(*) from (su consulta aquí);

Options: ReplyQuote


Subject
Views
Written By
Posted
341
April 22, 2022 05:42AM
Re: Count
147
April 22, 2022 04:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.