Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 17, 2022 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/bbd9c2d110c4b4c832231a27d30ac94c to your computer and use it in GitHub Desktop.
Save parzibyte/bbd9c2d110c4b4c832231a27d30ac94c to your computer and use it in GitHub Desktop.
sistema_textil=# select cantidad, concepto from bonos_empleado_nomina where id_nomina = 3 and id_empleado = 6;
cantidad | concepto
----------+-----------------
20.00 | Ejemplo de bono
30.00 | Otro bono
(2 filas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment