Cause
An attempt was made to use more than one WHERE, GROUP BY, CONNECT BY, or HAVING clause in the query.
Action
Combine the duplicate clauses into a single clause and retry the statement.
Error Message
only one clause allowed per query block
An attempt was made to use more than one WHERE, GROUP BY, CONNECT BY, or HAVING clause in the query.
Combine the duplicate clauses into a single clause and retry the statement.