Skip to content
View dxdns's full-sized avatar

Sponsoring

@leaanthony
Block or Report

Block or report dxdns

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dxdns/README.md

Hi there 👋

Anurag's GitHub stats Top Langs

Pinned

  1. comandos sql | firebirdsql comandos sql | firebirdsql
    1
    ##### reabrir uma conta a receber, que está como quitada, mas não tem o recibo de baixa
    2
    
                  
    3
    ```
    4
    update contas_receber set vlr_quitacao = 0, situacao = 'ABERTO'
    5
    where id not in (select id_conta from recibo_receber_itens where id_conta = contas_receber.id) and situacao = 'QUITADO'