Jejejeje ahora si nos entendemos.
Prueba esto:
Código SQL:
Ver originalSELECT
plan,
identific,
numero_sap AS "Nº de Sap",
cedula_titular AS "Cédula titular",
nombre_titular AS "Nombre titular",
edad_titular AS "Edad titular",
sexo_titular AS "Sexo titular",
nomina AS nómina,
grupo_personal AS "Grupo de personal",
area_titular AS "Area titular",
filial,
division AS division,
localidad,
estatus_laboral AS "Estatus del trabajador",
cedula_participante AS "Cédula participante",
participante,
parentesco,
edad_familiar AS "Edad familiar",
sexo_familiar AS "Sexo familiar",
monto_otorgado_individual AS "Monto otorgado individual",
monto_otorgado_fondo_sol AS "Monto otorgado fondo solidario",
monto_total_otorgado AS "Monto total otorgado",
saldo AS "Saldo fondo solidario"
FROM
(SELECT *FROM F_CONSULTA_FONDO_SOLIDARIO_TODOS(SMALLINT '2010', INTEGER '7')) AS tabla_resultante;
Para estos casos es necesario hacer uso de las subconsultas.
saludos