Product of 2 columns in SQL
Solved
Dd_babou
Posted messages
5
Status
Membre
-
tresor -
tresor -
Hello,
I would like to know how to return, in an SQL query, the product of 2 elements:
select a,b, multiplication of a by b from table ...
using something other than the exponential of the log.
I would like to know how to return, in an SQL query, the product of 2 elements:
select a,b, multiplication of a by b from table ...
using something other than the exponential of the log.