I have two columns ( valor_unitario
and quantidade
) I wanted to make a select that multiplied all the columns of the valor_unitario * quantidade
field.
Example:
Valor_Unit|Quantidade
15 * 2
+
10 * 1
Result: 40