In pl / sql, how to count the number of lines in a table and then get me a message
I have x providers in the provider table
In pl / sql, how to count the number of lines in a table and then get me a message
I have x providers in the provider table
The count () function allows you to count the records of a table
You can also add a WHERE to the query and it will give you a count of a record segment
SELECT COUNT(*) as total FROM datos