dxdns
Follow
Highlights
Pinned Loading
-
comandos sql | firebirdsql
comandos sql | firebirdsql 1##### reabrir uma conta a receber, que está como quitada, mas não tem o recibo de baixa
23```
4update contas_receber set vlr_quitacao = 0, situacao = 'ABERTO'
5where id not in (select id_conta from recibo_receber_itens where id_conta = contas_receber.id) and situacao = 'QUITADO'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.