Answers for "how to multiply in sql"

SQL
0

how to multiply in sql

SELECT name,
 price*quantity AS total_price
FROM purchase;
Posted by: Guest on March-20-2021

Code answers related to "how to multiply in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language