-127 The DISTINCT qualifier is specified more than once in a subselect.
Explanation
The DISTINCT qualifier can only be used once in a SELECT statement or subselect.
User response
Correct the SQL statement.
The DISTINCT qualifier can only be used once in a SELECT statement or subselect.
Correct the SQL statement.