1
I have a job to do where I insert name and two notes into a database using Voicexml. I have two tables, one with nome
, notaum
, notadois
and another with nome
, media
. How do I calculate the average of notaum
and notadois
and insert into the other table?
What have you ever tried to do?
– Taisbevalle
I tried to research how to do this because my SQL skills are almost null. But code I haven’t done yet.
– Luiz Fernando Elesbão
@Luizfernandoelesbão The answer solved your question? Do you think you can accept it? See [tour] if you don’t know how you do it. This would help a lot to indicate that the solution was useful for you. You can also vote on any question or answer you find useful on the entire site (when you have 15 points).
– Maniero