Descripción: Arrays not allowed in FROM/WHERE clause of SELECT statement
Causa: A host array was used in the WHERE clause of a SELECT-INTO statement.
Acción: Rewrite the SELECT statement without using arrays or use a cursor.
COMENTARIOS:
No hay comentarios sobre este error.