Is there any way to count identifiers of SQL Stored Procedures and/or functions?
This identifiers can be: SELECT, UPDATE, DELETE, IF, While or other SQL Expression.
An identifier is the minimum unit of separation of the SQL interpreter and from what I understand there is no “public” way to count it...