0
Yes, it is possible through the function Count. The syntax is as follows:
select count(*) from tabela where condição;
The Count can also be used in conjunction with other functions to perform a more flexible line count (e.g. Count + group by).
0
2
Yes, it is possible through the function Count. The syntax is as follows:
select count(*) from tabela where condição;
The Count can also be used in conjunction with other functions to perform a more flexible line count (e.g. Count + group by).
Browser other questions tagged postgresql
You are not signed in. Login or sign up in order to post.
you want only Count same as Giuliana posted ?
– Rovann Linhalis