Answers

Question and Answer:

  Home  MariaDB

⟩ Tell us what is the use of COUNT() aggregate function?

MariaDB COUNT() aggregate function is used to return the count of an expression.

Syntax:

SELECT COUNT(aggregate_expression)

FROM tables

[WHERE conditions];

 225 views

More Questions for you: