Use count(*) instead of count(1).

It is recommended by Oracle not to use count(1) in sql statements, use count(*) instead.

Violating this rule will affect the functionality of the code.The severity is critical which means that the code will not function correctly.

count(1) should not be used in sql statements, use count(*) instead.

Available actions


This page is generated from IFS Developer Studio at 2021-08-13 08:40.