Sum () after a join

I want to know how it is possible to do a sum of all the quantity after this join. If you have any idea i’ll take it :slight_smile:

You should be able to add it as another column after SELECT:

image

You can also name that “Sum” column if you want:
image

Does that answer your question? :slight_smile:

Yes absolutely, thank your very much !!!