I have three related tables in this way:
What I want to do is make the final result look like this:
The SQL query I did was the following:
select pe.id_pago_empleado,e.nombre,e.apellido_paterno,e.apellido_materno,pe.sueldo,pe.frecu...
asked by
29.07.2017 / 19:04