PLS-00119: Duplicate having-clause in table expression



PLS-00119: Duplicate having-clause in table expression..

Answer / guest

Cause: Two or more HAVING clauses were found in a SELECT
statement. The HAVING clause specifies a condition under
which groups of rows (formed by the GROUP BY clause) are
included in the result. The condition can include several
logical expressions connected by AND or OR, but a statement
can contain only one HAVING clause.

Action: Remove one of the HAVING clauses and, if necessary,
connect logical expressions by AND or OR.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-14021: MAXVALUE must be specified for all columns

1 Answers  


ORA-29263: HTTP protocol error

1 Answers  


ORA-12088: cannot online redefine table "string"."string" with unsupported datatype

1 Answers  


PLS-00239: invalid external type specification for SQLCODE

1 Answers  


ORA-29554: unhandled Java out of memory condition

1 Answers  






ORA-22614: error while construction the collection in the image

1 Answers  


ORA-16709: standby archived log location settings in conflict with flash recovery area

1 Answers  


ORA-07404: sfareq: Timeout occurred waiting for request to complete.

1 Answers  


NNO-00159: warning: ignoring duplicate hint domain number name "string"

1 Answers  


ORA-07568: slspool: $OPEN failure

1 Answers  


QSM-02091: mv references a non-repeatable or session-sensitive expression

1 Answers  


ORA-19589: %s is not a snapshot or backup controlfile

1 Answers  


Categories