Descripción: alias required in SELECT list of cursor to avoid duplicate column names
Causa: A cursor was declared with a SELECT statement that contains duplicate column names. Such references are ambiguous.
Acción: Replace the duplicate column name in the select list with an alias.
COMENTARIOS:
No hay comentarios sobre este error.