Good morning,
I have the following query
select e.documento,e.NOMBRE1||' '||TRIM(e.NOMBRE2)||' '||e.APELLIDO1||' '||e.APELLIDO2 "NOMBRE",l.concepto,l.valor
FROM empleado e,vinculacion v,detallevinculacion vd,liquidacion l
WHERE e.CODEMP...
asked by
21.06.2017 / 18:39