Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 17, 2020 05:03
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/0455330e057b7a22e8a5847fc1a71abd to your computer and use it in GitHub Desktop.
Save parzibyte/0455330e057b7a22e8a5847fc1a71abd to your computer and use it in GitHub Desktop.
select coalesce(sum(retiro_de_ahorros.monto), 0) as total
from retiro_de_ahorros
where id_empleado = ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment