Jump to content
Fórum Script Brasil
  • 0

somar o resultado de um metodo to_char no oracle


Amauri Norato

Question

Olá pessoal, boa noite!

Sou novo aqui no tópico e estou com um pequeno problema:

preciso realizar uma multiplicação entre duas colunas de duas tabelas diferentes e este resultado eu preciso apresentar somado...

pois como tem mais de uma ocorrência nestas tabelas necessito desta soma.

estou tentando fazer da seguinte maneira:

---RELATÓRIO DE TAREFAS POR PROCESSO

SELECT PROC.NR_PROCESSO NUMERO_PROCESSO, sum (TO_CHAR(HONORARIO.QT_HORAS * HORAADV.VL_HORA, '99999.99')) VALOR_TOTAL

FROM AM_PROCESSO PROC, AM_ADVOGADO_HONORARIO HONORARIO, AM_HORA_ADVOGADO HORAADV, AM_ADVOGADO_PROCESSO ADVPROC

WHERE PROC.DT_ABERTURA <= TO_DATE('14/09/11', 'DD/MM/YY')

AND ADVPROC.CD_PESSOA_ADVOGADO = 20

AND ADVPROC.NR_PROCESSO = HONORARIO.NR_PROCESSO

AND HORAADV.CD_PESSOA_ADVOGADO = ADVPROC.CD_PESSOA_ADVOGADO

AND HORAADV.CD_PESSOA_ADVOGADO = HONORARIO.CD_PESSOA_ADVOGADO

AND HORAADV.DT_VIGENCIA < HONORARIO.DT_HONORARIO

GROUP BY(PROC.NR_PROCESSO, HONORARIO.CD_PESSOA_ADVOGADO, HORAADV.CD_PESSOA_ADVOGADO, ADVPROC.NR_PROCESSO)

já tentei fazer um cast antes do to_char porém também não funcionou!

Alguém tem alguma possivel solução?

Desde já agradeço a todos!!!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...